0
mirror of https://github.com/actions/checkout.git synced 2025-12-18 06:59:32 +00:00

Merge bd2033468742bf4956ee5af49a0f68650ada7c94 into 8e8c483db84b4bee98b60c0593521ed34d9990e8

This commit is contained in:
Lens0021 / Leslie 2025-12-11 21:40:48 +09:00 committed by GitHub
commit 3545157b29
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:"