Skip to content

Commit

Permalink
Use porcelain for output as well
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Nov 1, 2024
1 parent 701f729 commit 5cd7157
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,13 +50,13 @@ jobs:
working-directory: 'scripts/copy_from_upstream'
run: |
python3 copy_from_upstream.py -d copy && \
git status && \
git status --porcelain && \
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 && \
git status --porcelain && \
test -z "$(git status --porcelain)"
buildcheck:
Expand Down

0 comments on commit 5cd7157

Please sign in to comment.