We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5131d7 commit 934ae6eCopy full SHA for 934ae6e
.github/workflows/pull-request.yml
@@ -12,6 +12,7 @@ jobs:
12
- run: npm ci
13
- run: npx rescript
14
- run: npm test
15
+ - run: npm run ci:format
16
17
- name: Format check
18
run: npx rescript format -check -all
package.json
@@ -57,7 +57,8 @@
57
"sync-bundles": "node scripts/sync-playground-bundles.mjs",
58
"generate-llms": "node scripts/generate_llms.mjs",
59
"generate-resources": "node scripts/generate_resources.mjs",
60
- "format": "prettier . --write --experimental-cli"
+ "format": "prettier . --write --experimental-cli && rescript format",
61
+ "ci:format": "prettier . --check --experimental-cli"
62
},
63
"devDependencies": {
64
"@mdx-js/react": "^2.3.0",
0 commit comments