Skip to content

Commit

Permalink
Add lint and prettier step on test-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arifszn committed Mar 21, 2022
1 parent f409069 commit db3d5c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run lint
run: npm run lint

- name: Run prettier
run: npm run prettier

- name: Build
run: npm run build
env:
Expand Down

0 comments on commit db3d5c3

Please sign in to comment.