1
0
mirror of https://github.com/garraflavatra/trmclr.git synced 2025-06-28 04:45:12 +00:00

Update lint script and action

This commit is contained in:
2024-08-09 15:19:48 +02:00
parent 267d9aacd7
commit 043259560e
2 changed files with 4 additions and 2 deletions

View File

@ -22,5 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npx eslint .
- run: npm run lint
- run: npm run build