Skip to content

Commit

Permalink
Merge pull request #794 from per1234/script-path
Browse files Browse the repository at this point in the history
Configure script path in shell-related task calls in umbrella tasks
  • Loading branch information
per1234 authored Oct 16, 2024
2 parents 183b630 + 252186a commit 246f386
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ tasks:
- task: markdown:check-links
- task: python:lint
- task: shell:check
vars:
SCRIPT_PATH: etc/install.sh
- task: shell:check-mode
vars:
SCRIPT_PATH: etc/install.sh
- task: website:check

fix:
Expand Down Expand Up @@ -109,6 +113,8 @@ tasks:
- task: markdown:fix
- task: python:format
- task: shell:format
vars:
SCRIPT_PATH: etc/install.sh

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

0 comments on commit 246f386

Please sign in to comment.