We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3363f commit 2c3b58cCopy full SHA for 2c3b58c
.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: npm run prettier:ci
0 commit comments