Skip to content

Commit f0a3821

Browse files
author
Jonas Hendrickx
authored
Update cd.yml - Fix linting (#76)
1 parent ba22dfb commit f0a3821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm ci
2929

3030
- name: Run format
31-
run: npm run format:check
31+
run: npm run lint
3232

3333
deploy:
3434
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)