Update check-dist.yml

This commit is contained in:
Aaron Paterson 2023-04-19 10:10:31 -06:00 committed by GitHub
parent 3c3cfe66ad
commit 1515868b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
- name: Compare the expected and actual dist/ directories
run: |
git add -N .
git add -N dist/
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff --ignore-space-at-eol dist/