We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7eb542 commit 4587281Copy full SHA for 4587281
.github/workflows/lintcheck.yaml
@@ -11,5 +11,5 @@ jobs:
11
node-version: 20
12
cache: 'npm'
13
- run: npm ci
14
- - run: npx prettier . --check
+ - run: npx oxfmt --check
15
- run: npm run lint
0 commit comments