Skip to content

Commit

Permalink
Merge pull request #190 from zama-ai/ci/prettier
Browse files Browse the repository at this point in the history
ci() add prettier check
  • Loading branch information
immortal-tofu authored Oct 3, 2023
2 parents eabeb2c + 63c5374 commit f45a320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: cp .env.example .env
- run: npm ci
- run: npm run prettier:check
- name: "npm CI test"
run: |
# sometimes not created and is not tailed
Expand Down

0 comments on commit f45a320

Please sign in to comment.