Apply suggestions from code review

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
This commit is contained in:
Jarek Potiuk 2026-04-09 19:07:20 +03:00 committed by GitHub
parent 6a9d90e716
commit d4b8cfce4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,10 +31,6 @@ jobs:
git status --short
exit 1
fi
echo "::error::dist/ is out of date. Run 'npm run build' and commit the changes."
git diff --name-only
exit 1
fi
- name: Run tests
run: npm test