Update lint to use package.json command

This commit is contained in:
got2bhockey 2021-01-08 17:13:31 -05:00
parent 30b05823fe
commit 5b3e6a909c

View File

@ -22,7 +22,7 @@ jobs:
run: yarn run build-all
- name: Update source code
run: yarn run eslint . --fix
run: yarn run lint
- name: Commit changes
uses: EndBug/add-and-commit@v6