Skip to content

Commit d50a2a2

Browse files
committed
Use standardized task name for validating workflows
This is the name that was chosen for the standard template for GitHub Actions workflow validation, to be used on all Arduino tooling projects.
1 parent 9a43e1f commit d50a2a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/lint-config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
version: 3.x
3030

3131
- name: Lint configuration files
32-
run: task config:lint
32+
run: task ci:validate
33+

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ tasks:
331331
cmds:
332332
- task: workflow:validate
333333

334-
workflow:validate:
334+
ci:validate:
335335
desc: Validate GitHub Actions workflows against JSON schema
336336
vars:
337337
# Source: https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/github-workflow.json

0 commit comments

Comments
 (0)