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 034b789 commit b74c6c0Copy full SHA for b74c6c0
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
run: |
22
npm ci
23
npm run lint
24
+ npm run prettier:check
25
npm run test:coverage
26
npm run test:types
27
npm run build
0 commit comments