Skip to content

Commit

Permalink
add prettier to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Jul 14, 2024
1 parent f2198ee commit 8920bc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
working-directory: ./circuits
run: yarn install-circuits --immutable

- name: Run lint
working-directory: ./circuits
run: yarn lint

- name: Run Tests
working-directory: ./circuits
run: yarn test

- name: Run Tests
working-directory: ./circuits
run: yarn test

0 comments on commit 8920bc4

Please sign in to comment.