chore: add check for conventional commits. (#128)

This commit is contained in:
James Harton 2023-02-23 10:46:51 +13:00 committed by GitHub
parent 594dd8aaf7
commit 30ce998ee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,15 @@ jobs:
- uses: team-alembic/staple-actions/actions/mix-dialyzer@main
with:
mix-env: test
conventional_commit:
name: mix git_ops.check_message
runs-on: ubuntu-latest
needs: build-test
steps:
- uses: actions/checkout@v3
- uses: team-alembic/staple-actions/actions/conventional-commit@main
with:
mix-env: test
build-dev:
name: MIX_ENV=dev mix.compile