File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16 )
2- project (jsonschema VERSION 0.6.0 LANGUAGES CXX )
2+ project (jsonschema VERSION 0.6.1 LANGUAGES CXX )
33list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
44include (vendor/noa/cmake/noa.cmake )
55
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ brew install intelligence-ai/apps/jsonschema
5656Where ` X.Y.Z` is replaced with the desired version. For example:
5757
5858` ` ` yaml
59- - uses: intelligence-ai/jsonschema@v0.6.0
59+ - uses: intelligence-ai/jsonschema@v0.6.1
6060# Then use as usual
6161- run: jsonschema fmt path/to/schemas --check
6262` ` `
Original file line number Diff line number Diff line change 1010 --output "${GITHUB_WORKSPACE}/install.sh" \
1111 "https://raw.githubusercontent.com/intelligence-ai/jsonschema/main/install"
1212 chmod +x "${GITHUB_WORKSPACE}/install.sh"
13- "${GITHUB_WORKSPACE}/install.sh" 0.6.0
13+ "${GITHUB_WORKSPACE}/install.sh" 0.6.1
1414 rm "${GITHUB_WORKSPACE}/install.sh"
You can’t perform that action at this time.
0 commit comments