Skip to content

Commit

Permalink
Update URL of taskfile schema in check-taskfiles workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPologruto committed Nov 18, 2022
1 parent 04cec0e commit 726cb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-taskfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
id: download-schema
uses: carlosperate/download-file-action@v2
with:
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
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
location: ${{ runner.temp }}/taskfile-schema

- name: Install JSON schema validator
Expand Down

0 comments on commit 726cb60

Please # to comment.