File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Run tests
3131 run : task test
32-
Original file line number Diff line number Diff line change @@ -91,5 +91,3 @@ allowed:
9191reviewed :
9292 go :
9393 -
golang.org/x/sys/[email protected] 94-
95-
Original file line number Diff line number Diff line change @@ -106,19 +106,19 @@ tasks:
106106 - task : general:prepare-deps
107107 cmds :
108108 - |
109- if
110- ! which licensed \
111- &>/dev/null
112- then
113- if [[ {{OS}} == "windows" ]]; then
114- echo "Licensed does not have Windows support."
115- echo "Please use Linux/macOS or download the dependencies cache from the GitHub Actions workflow artifact."
116- else
117- echo "licensed not found or not in PATH."
118- echo "Please install: https://github.com/licensee/licensed#installation"
109+ if
110+ ! which licensed \
111+ &>/dev/null
112+ then
113+ if [[ {{OS}} == "windows" ]]; then
114+ echo "Licensed does not have Windows support."
115+ echo "Please use Linux/macOS or download the dependencies cache from the GitHub Actions workflow artifact."
116+ else
117+ echo "licensed not found or not in PATH."
118+ echo "Please install: https://github.com/licensee/licensed#installation"
119+ fi
120+ exit 1
119121 fi
120- exit 1
121- fi
122122 - licensed cache
123123
124124 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
You can’t perform that action at this time.
0 commit comments