add prettier to CI/CD

This commit is contained in:
turnoffthiscomputer
2024-07-14 19:20:50 +02:00
parent f2198ee69e
commit 8920bc439d

View File

@@ -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