chore: Check conventional commits in CI
This commit is contained in:
parent
55a886c68a
commit
c360abb0fc
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
- uses: webiny/action-conventional-commits@v1.3.1
|
||||||
- run: ./scripts/generate-locale-config.sh
|
- run: ./scripts/generate-locale-config.sh
|
||||||
- run: git diff --exit-code
|
- run: git diff --exit-code
|
||||||
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue