We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06669c9 commit a7f9060Copy full SHA for a7f9060
1 file changed
.github/workflows/main.yaml
@@ -20,9 +20,7 @@ jobs:
20
with:
21
node-version: 20
22
- run: npm ci
23
- - run: npm run lint
24
- - run: npm run test
25
- - run: npm run build:strict
+ - run: npm run verify
26
- name: Commit dist if changed
27
run: |
28
git config user.name "github-actions[bot]"
0 commit comments