Skip to content

Commit 2c3b58c

Browse files
committed
Run Prettier as part of CI Lint task
1 parent 8d3363f commit 2c3b58c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
run: npm run build
2525
env:
2626
NEXT_PUBLIC_SITE_URL: 'https://replay.io'
27+
- name: Check formatting
28+
run: npm run prettier:ci

0 commit comments

Comments
 (0)