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 0855282 commit eee0bd8Copy full SHA for eee0bd8
.github/workflows/ci.yaml
@@ -20,6 +20,16 @@ jobs:
20
check-latest: true
21
- run: npm ci
22
- run: npm run build
23
+ format:
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: actions/checkout@v6
27
+ - uses: actions/setup-node@v6
28
+ with:
29
+ node-version: 24
30
+ check-latest: true
31
+ - run: npm ci
32
+ - run: npm run fmt:check
33
lint:
34
runs-on: ubuntu-latest
35
steps:
0 commit comments