fix lint workflow

This commit is contained in:
Jonas Kruckenberg
2022-04-02 11:13:05 +02:00
committed by GitHub
parent 584827c4c8
commit ed06b99b92

View File

@@ -2,7 +2,7 @@ name: Lint
on:
push:
pull_request:
branches: [master]
branches: [dev]
jobs:
lint:
@@ -12,4 +12,4 @@ jobs:
with:
fetch-depth: 0
- run: npm install
- run: npm run lint
- run: npm run lint