Skip to content

Commit

Permalink
ci() add prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Oct 3, 2023
1 parent 6c88c74 commit 63c5374
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 63c5374

Please sign in to comment.