Skip to content

Commit 726cb60

Browse files
Update URL of taskfile schema in check-taskfiles workflow
1 parent 04cec0e commit 726cb60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-taskfiles.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
id: download-schema
5252
uses: carlosperate/download-file-action@v2
5353
with:
54-
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
55-
file-url: https://json.schemastore.org/taskfile.json
54+
# Source: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
55+
file-url: https://taskfile.dev/schema.json
5656
location: ${{ runner.temp }}/taskfile-schema
5757

5858
- name: Install JSON schema validator

0 commit comments

Comments
 (0)