1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-10 08:01:33 +03:00

Updated Taskfile check workflow from upstream

This commit is contained in:
Cristian Maglie 2025-01-29 15:03:37 +01:00
parent 74dbd56c38
commit d89b0e9211

@ -38,8 +38,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