Skip to content

Commit 3337229

Browse files
committed
Remove unnecessary filename input from taskfile schema download workflow step
The existing filename of the taskfile JSON schema as provided by the JSON Schema Store is perfectly fine (and the same as the previous custom one anyway). The full path to the file is provided as an output from the download action. So specifying the output filename for the download is unnecessary.
1 parent 11a2723 commit 3337229

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/check-taskfiles.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
# See: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/taskfile.json
4141
file-url: https://json.schemastore.org/taskfile.json
4242
location: ${{ runner.temp }}/taskfile-schema
43-
file-name: taskfile.json
4443

4544
- name: Install JSON schema validator
4645
run: sudo npm install --global ajv-cli

0 commit comments

Comments
 (0)