Skip to content

Commit

Permalink
fix(612): validate git status if clean after lint (#614)
Browse files Browse the repository at this point in the history
Fix:#612
  • Loading branch information
lsytj0413 authored Feb 24, 2025
1 parent f140dab commit eb2d506
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr_build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
with:
version: v1.61.0
args: --timeout=10m -v
- name: Check git status if clean
uses: CatChen/check-git-status-action@v1
with:
fail-if-not-clean: true
push-if-not-clean: false
request-changes-if-not-clean: false

- name: Test
run: make test
Expand Down

0 comments on commit eb2d506

Please sign in to comment.