diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-09 22:23:23 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-09 22:25:06 +0200 |
| commit | b17a2214113ec7c8f81390b5f6241446eb820149 (patch) | |
| tree | 0f0fa3c04c7afa2dc767f9cc82f5eb9a97130d88 | |
| parent | 8e108f252c90183380c5978415c1a9434c4209bf (diff) | |
Fix missing linting dependency
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
