Skip to content

Commit

Permalink
git status
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp committed Sep 14, 2022
1 parent f278033 commit c0c5cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
run: yarn
- name: Run build
run: yarn build
- name: Run git status
run: git status
- name: check build is included in branch
run: test -z "$(git status --porcelain)"

0 comments on commit c0c5cea

Please sign in to comment.