chore: Check conventional commits in CI

This commit is contained in:
krille-chan 2026-03-03 16:57:40 +01:00
parent 55a886c68a
commit c360abb0fc
No known key found for this signature in database

View file

@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: webiny/action-conventional-commits@v1.3.1
- run: ./scripts/generate-locale-config.sh
- run: git diff --exit-code
- run: cat .github/workflows/versions.env >> $GITHUB_ENV