Skip to content

Commit cf59441

Browse files
authored
Merge pull request #796 from per1234/ci_validate-windows
Convert absolute paths used in `ci:validate` task to Windows format
2 parents cea9d6b + 1123c4a commit cf59441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ tasks:
123123
# Source: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/github-workflow.json
124124
WORKFLOW_SCHEMA_URL: https://json.schemastore.org/github-workflow
125125
WORKFLOW_SCHEMA_PATH:
126-
sh: mktemp -t workflow-schema-XXXXXXXXXX.json
126+
sh: task utility:mktemp-file TEMPLATE="workflow-schema-XXXXXXXXXX.json"
127127
WORKFLOWS_DATA_PATH: "./.github/workflows/*.{yml,yaml}"
128128
deps:
129129
- task: npm:install-deps

0 commit comments

Comments
 (0)