fix: 💚 fix node lint
Some checks failed
pilotwings / python (push) Successful in 1m26s
pilotwings / node (push) Successful in 35s
pilotwings / docker (push) Failing after 6s

This commit is contained in:
Michel Roux 2024-11-05 15:30:39 +01:00
parent 6c12f836d8
commit 24e1342016

View File

@ -16,9 +16,11 @@ jobs:
node:
runs-on: ubuntu-latest
container: node:20.18.0-slim
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '^20'
- run: npm ci
- run: npm run type-check
- run: npm run lint