We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e6fce commit f5fc07fCopy full SHA for f5fc07f
1 file changed
.github/workflows/test-schema.yaml
@@ -14,14 +14,14 @@ jobs:
14
build:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v6
18
- - name: Set up Go
19
- uses: actions/setup-go@v6
20
- with:
21
- go-version: 1.22
+ - uses: actions/checkout@v6
+ - name: Set up Go
+ uses: actions/setup-go@v6
+ with:
+ go-version: 1.22
22
23
- - name: Install dependencies
24
- run: go install github.com/santhosh-tekuri/jsonschema/cmd/jv@latest
+ - name: Install dependencies
+ run: go install github.com/santhosh-tekuri/jsonschema/cmd/jv@latest
25
26
- - name: Validate
27
- run: ./test.sh
+ - name: Validate
+ run: ./test.sh
0 commit comments