Skip to content

Commit 543401b

Browse files
committed
Run Prettier as part of CI Lint task
1 parent b624595 commit 543401b

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: pnpm run prettier:ci

0 commit comments

Comments
 (0)