3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-01-13 23:26:16 +00:00
This commit is contained in:
Lens0021 / Leslie 2026-01-09 20:27:11 -05:00 committed by GitHub
commit a3203fe4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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