Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 246f386

Browse files
authored
Merge pull request #794 from per1234/script-path
Configure script path in shell-related task calls in umbrella tasks
2 parents 183b630 + 252186a commit 246f386

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎Taskfile.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ tasks:
7676
- task: markdown:check-links
7777
- task: python:lint
7878
- task: shell:check
79+
vars:
80+
SCRIPT_PATH: etc/install.sh
7981
- task: shell:check-mode
82+
vars:
83+
SCRIPT_PATH: etc/install.sh
8084
- task: website:check
8185

8286
fix:
@@ -109,6 +113,8 @@ tasks:
109113
- task: markdown:fix
110114
- task: python:format
111115
- task: shell:format
116+
vars:
117+
SCRIPT_PATH: etc/install.sh
112118

113119
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-workflows-task/Taskfile.yml
114120
ci:validate:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /