We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dbd56 commit d89b0e9Copy full SHA for d89b0e9
.github/workflows/check-taskfiles.yml
@@ -38,8 +38,8 @@ jobs:
38
id: download-schema
39
uses: carlosperate/download-file-action@v2
40
with:
41
- # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
42
- file-url: https://json.schemastore.org/taskfile.json
+ # Source: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
+ file-url: https://taskfile.dev/schema.json
43
location: ${{ runner.temp }}/taskfile-schema
44
45
- name: Install JSON schema validator
0 commit comments