Skip to content

Commit

Permalink
#87 - Adds Prettier check to CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHassanConsulting committed Oct 18, 2024
1 parent 35591b5 commit ea090b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
run: npm test

- name: Build package
run: npm run package
run: npm run package

- name: Prettier check
run: npx prettier 'src/**/*.ts' --check

0 comments on commit ea090b0

Please sign in to comment.