From 9a2dd321811d2a67594be4898dd0670c998b9cf9 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 29 Jan 2025 15:03:37 +0100 Subject: [PATCH] Updated path to Taskfile json-schema --- .github/workflows/check-taskfiles.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check-taskfiles.yml b/.github/workflows/check-taskfiles.yml index 3dc24b430..ef1834651 100644 --- a/.github/workflows/check-taskfiles.yml +++ b/.github/workflows/check-taskfiles.yml @@ -38,8 +38,7 @@ 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 + file-url: https://taskfile.dev/schema.json location: ${{ runner.temp }}/taskfile-schema - name: Install JSON schema validator