Skip to content

Commit 9a2dd32

Browse files
committed
Updated path to Taskfile json-schema
1 parent 74dbd56 commit 9a2dd32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/check-taskfiles.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
id: download-schema
3939
uses: carlosperate/download-file-action@v2
4040
with:
41-
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
42-
file-url: https://json.schemastore.org/taskfile.json
41+
file-url: https://taskfile.dev/schema.json
4342
location: ${{ runner.temp }}/taskfile-schema
4443

4544
- name: Install JSON schema validator

0 commit comments

Comments
 (0)