Skip to content

Commit

Permalink
[ci] Add code format check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Nov 6, 2023
1 parent 2641e64 commit a86a656
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:

- name: Run backend e2e tests
run: docker compose run backend yarn test:e2e

- name: Run Code Format Check
run: |
docker compose run backend npx prettier --check .
docker compose run frontend npx prettier --check .

0 comments on commit a86a656

Please sign in to comment.