Skip to content

Commit 6214a7f

Browse files
committed
Fixing the linting
1 parent 216d87e commit 6214a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Run Pint
3030
run: vendor/bin/pint
3131

32-
- name: Frontend Format Check
33-
run: npm run format:check
32+
- name: Frontend Format
33+
run: npm run format
3434

3535
- name: Frontend Lint
3636
run: npm run lint

0 commit comments

Comments
 (0)