Skip to content

Commit

Permalink
Merge pull request #49 from MatteoPologruto/update-schema-url
Browse files Browse the repository at this point in the history
Update URL of taskfile schema in check-taskfiles workflow
  • Loading branch information
MatteoPologruto authored Nov 21, 2022
2 parents 31a047f + 8251986 commit 13b386c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-taskfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:

- name: Download JSON schema for Taskfiles
id: download-schema
uses: carlosperate/download-file-action@v1
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 13b386c

Please sign in to comment.