Add lint to github action steps

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-26 15:00:34 +01:00
parent 04c2b73bce
commit 0882a65e8d

View File

@@ -46,6 +46,7 @@ jobs:
with: with:
node-version: 22 node-version: 22
- run: "npm ci" - run: "npm ci"
- run: "npm run lint"
- run: "make @probo/console" - run: "make @probo/console"
fmt-check: fmt-check:
name: "fmt-check" name: "fmt-check"