Skip to content

Commit 70d6483

Browse files
committed
make dprint happy
1 parent 0faa021 commit 70d6483

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

.github/workflows/go-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ jobs:
2929

3030
- name: Run tests
3131
run: task test
32-

.licensed.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,3 @@ allowed:
9191
reviewed:
9292
go:
9393
- golang.org/x/sys/[email protected]
94-
95-

Taskfile.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)