summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 8810ac9..4f642ff 100644
--- a/.build.yml
+++ b/.build.yml
@@ -12,6 +12,7 @@ packages:
- make
- nodejs
- npm
+ - shellcheck
artifacts:
- wg-portal/dist/wg-portal-linux-amd64
- wg-portal/dist/wg-portal-linux-arm64
@@ -30,6 +31,7 @@ tasks:
node --version
npm --version
npx --version
+ shellcheck --version
- lint: |
make deps
make verify