Skip to content

Commit

Permalink
ci(added prettier:fix): added npm run prettier:fix in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
niloysikdar committed Jan 1, 2022
1 parent f9304e3 commit 76ece80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run prettier:fix
- run: npm run prettier:check
- run: npm run test --if-present
- run: npm run build
Expand Down

0 comments on commit 76ece80

Please sign in to comment.