We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a43e1f commit d50a2a2Copy full SHA for d50a2a2
.github/workflows/lint-config.yml
@@ -29,4 +29,5 @@ jobs:
29
version: 3.x
30
31
- name: Lint configuration files
32
- run: task config:lint
+ run: task ci:validate
33
+
Taskfile.yml
@@ -331,7 +331,7 @@ tasks:
331
cmds:
332
- task: workflow:validate
333
334
- workflow:validate:
+ ci:validate:
335
desc: Validate GitHub Actions workflows against JSON schema
336
vars:
337
# Source: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/github-workflow.json
0 commit comments