mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
add prettier to CI/CD
This commit is contained in:
8
.github/workflows/action.yml
vendored
8
.github/workflows/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user