Skip to content

Commit

Permalink
Lint with Prettier in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Oct 10, 2023
1 parent 510cbf3 commit de5d5d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Lint
run: npx prettier . --check

- name: Test
run: make test

0 comments on commit de5d5d2

Please sign in to comment.