fix actions

This commit is contained in:
sadnub 2022-04-27 22:43:55 -04:00
parent 910a717230
commit afd155e9c1
1 changed files with 10 additions and 1 deletions

View File

@ -9,8 +9,17 @@ jobs:
lint:
steps:
- uses: actions/checkout@v3
- name: CD to web directory
run: cd web
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install
- run: npm test
- name: Run Prettier formatting
run: npm run format
- name: Run ESLint
run: npm run lint