Added tests to lint file
Some checks failed
Run build / build (push) Has been cancelled
Run formatter / check-code-formatting (push) Has been cancelled
Run lint / run-lint (push) Has been cancelled
Build and push the edge image / run-pre-checks (push) Has been cancelled
Build and push the edge image / build-publish-docker-hub (push) Has been cancelled

This commit is contained in:
Kasra Bigdeli
2025-08-17 20:00:05 -07:00
parent 09a9bd778d
commit 596cecfca9

View File

@@ -16,4 +16,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22
- run: npm ci && npm run lint
- run: |
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
npm ci
npm run lint
npm run test