Skip to content

Commit f5fc07f

Browse files
committed
Update test-schema.yaml
Signed-off-by: John McCall <john@overturemaps.org>
1 parent 73e6fce commit f5fc07f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test-schema.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
18-
- name: Set up Go
19-
uses: actions/setup-go@v6
20-
with:
21-
go-version: 1.22
17+
- uses: actions/checkout@v6
18+
- name: Set up Go
19+
uses: actions/setup-go@v6
20+
with:
21+
go-version: 1.22
2222

23-
- name: Install dependencies
24-
run: go install github.com/santhosh-tekuri/jsonschema/cmd/jv@latest
23+
- name: Install dependencies
24+
run: go install github.com/santhosh-tekuri/jsonschema/cmd/jv@latest
2525

26-
- name: Validate
27-
run: ./test.sh
26+
- name: Validate
27+
run: ./test.sh

0 commit comments

Comments
 (0)