Skip to content

Commit c2cd9ea

Browse files
committed
update
1 parent 139d356 commit c2cd9ea

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
node-version: 20.x
2525
cache: 'npm'
2626
- run: npm ci
27-
- run: npm run lint
2827
- run: npm run build

.github/workflows/update.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
2727
- name: Build
2828
run: |
29-
npm run lint
3029
npm run build
3130
3231
- name: Commit and push
3332
run: |
3433
git add .
35-
git commit -m "chore: update to latest ZenStack"
36-
git push
34+
git commit --allow-empty -m "chore: update to latest ZenStack" || true
35+
git push || true

0 commit comments

Comments
 (0)