Add lint to PR workflow

This commit is contained in:
William Brawner 2024-04-29 21:17:15 -06:00
parent 4f70687c73
commit b9d7226668

View file

@ -14,5 +14,7 @@ jobs:
run: npm install run: npm install
- name: Build - name: Build
run: npm run build run: npm run build
- name: Lint
run: npm run lint
- name: Test - name: Test
run: npm run test run: npm run test