We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 183b630 + 252186a commit 246f386Copy full SHA for 246f386
Taskfile.yml
@@ -76,7 +76,11 @@ tasks:
76
- task: markdown:check-links
77
- task: python:lint
78
- task: shell:check
79
+ vars:
80
+ SCRIPT_PATH: etc/install.sh
81
- task: shell:check-mode
82
83
84
- task: website:check
85
86
fix:
@@ -109,6 +113,8 @@ tasks:
109
113
- task: markdown:fix
110
114
- task: python:format
111
115
- task: shell:format
116
117
112
118
119
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-workflows-task/Taskfile.yml
120
ci:validate:
0 commit comments