Skip to content

Commit a7f9060

Browse files
committed
Update GitHub workflow to use verify command
Simplifies CI pipeline by using single verify command instead of separate lint, test, build:strict steps
1 parent 06669c9 commit a7f9060

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
with:
2121
node-version: 20
2222
- run: npm ci
23-
- run: npm run lint
24-
- run: npm run test
25-
- run: npm run build:strict
23+
- run: npm run verify
2624
- name: Commit dist if changed
2725
run: |
2826
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)