Merge pull request #2634 from krille-chan/krille/check-conventional-commits-in-ci
Check conventional commits in CI
This commit is contained in:
commit
21202c8b29
1 changed files with 1 additions and 0 deletions
1
.github/workflows/integrate.yaml
vendored
1
.github/workflows/integrate.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue