We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba22dfb commit f0a3821Copy full SHA for f0a3821
1 file changed
.github/workflows/cd.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm ci
29
30
- name: Run format
31
- run: npm run format:check
+ run: npm run lint
32
33
deploy:
34
if: ${{ github.event_name == 'release' }}
0 commit comments