Skip to content

Commit

Permalink
Ensure there are no uncommitted changes after building
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Sep 27, 2024
1 parent 24e3f9c commit db84e27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
- name: Analyze source code
run: |
npm run lint
- name: Ensure there are no uncommitted changes
run: |
git status --porcelain
test -z "$(git status --porcelain)"

0 comments on commit db84e27

Please sign in to comment.