We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cec0e commit 726cb60Copy full SHA for 726cb60
.github/workflows/check-taskfiles.yml
@@ -51,8 +51,8 @@ jobs:
51
id: download-schema
52
uses: carlosperate/download-file-action@v2
53
with:
54
- # See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
55
- 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
56
location: ${{ runner.temp }}/taskfile-schema
57
58
- name: Install JSON schema validator
0 commit comments