Skip to content

Commit 6b24090

Browse files
committed
ci: Include Prettier check in lint action
1 parent 9424dee commit 6b24090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with: { node-version: 20 }
3636
- run: npm ci
3737
- run: npm run lint
38+
- run: npx prettier --check .
3839

3940
node-16:
4041
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)