Skip to content

Commit d89b0e9

Browse files
committed
Updated Taskfile check workflow from upstream
1 parent 74dbd56 commit d89b0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ 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+
# Source: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
42+
file-url: https://taskfile.dev/schema.json
4343
location: ${{ runner.temp }}/taskfile-schema
4444

4545
- name: Install JSON schema validator

0 commit comments

Comments
 (0)