We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9424dee commit 6b24090Copy full SHA for 6b24090
1 file changed
.github/workflows/nodejs.yml
@@ -35,6 +35,7 @@ jobs:
35
with: { node-version: 20 }
36
- run: npm ci
37
- run: npm run lint
38
+ - run: npx prettier --check .
39
40
node-16:
41
runs-on: ubuntu-latest
0 commit comments