summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-09 22:23:23 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-09 22:25:06 +0200
commitb17a2214113ec7c8f81390b5f6241446eb820149 (patch)
tree0f0fa3c04c7afa2dc767f9cc82f5eb9a97130d88
parent8e108f252c90183380c5978415c1a9434c4209bf (diff)
Fix missing linting dependency
-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