1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

eslint workflow

This commit is contained in:
Naor Peled 2023-11-14 19:16:49 +02:00
parent 1442aa2b57
commit 341b006639

View File

@ -39,6 +39,6 @@ jobs:
with:
node-version: '16'
- name: Install dependencies
run: npm install
run: npm ci --legacy-peer-deps
- name: Run ESLint
run: npm run lint:check