Run npm install then lint

This commit is contained in:
Sebastian Sauer 2023-07-19 22:06:58 +02:00
parent 1dc7a10d0f
commit 756a469075

@ -3,12 +3,6 @@
name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
@ -18,4 +12,5 @@ jobs:
with:
node-version: 18.x
cache: 'npm'
- run: npm lint
- run: npm install
- run: npm run lint