We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b624595 commit 543401bCopy full SHA for 543401b
.github/workflows/lint.yml
@@ -24,3 +24,5 @@ jobs:
24
run: npm run build
25
env:
26
NEXT_PUBLIC_SITE_URL: 'https://replay.io'
27
+ - name: Check formatting
28
+ run: pnpm run prettier:ci
0 commit comments