Skip to content

Commit

Permalink
Use git status --porcelain in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Nov 1, 2024
1 parent 70ca706 commit 1572852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
working-directory: 'scripts/copy_from_upstream'
run: |
python3 copy_from_upstream.py -d copy && \
! git status | grep -i modified
test -z "$(git status --porcelain)"
- name: Verify copy_from_upstream state after libjade
working-directory: 'scripts/copy_from_upstream'
run: |
python3 copy_from_upstream.py -d libjade && \
! git status | grep -i modified
test -z "$(git status --porcelain)"
buildcheck:
name: Check that code passes a basic build
Expand Down

0 comments on commit 1572852

Please sign in to comment.