Merge bd2033468742bf4956ee5af49a0f68650ada7c94 into 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0

This commit is contained in:
Lens0021 / Leslie 2026-06-19 10:58:22 +02:00 committed by GitHub
commit 3593fa105b
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:"