Skip to content

Commit

Permalink
Update check-dist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crs-k authored Feb 13, 2022
1 parent 85d8fa5 commit 3f4ef00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff --check
git diff --name-status
exit 1
fi
id: diff
Expand Down

0 comments on commit 3f4ef00

Please sign in to comment.