npm run lint

This commit is contained in:
jasquat 2022-06-27 14:00:00 -04:00
parent 42adaaf4a4
commit 402c230b37

View File

@ -17,7 +17,7 @@ jobs:
with:
node-version: 18.x
- run: npm install
- run: npm lint
- run: npm run lint
- run: npm test
- run: npm run build --if-present
# part about saving PR number and then using it from auto-merge-dependabot-prs from: