Skip to content

ci(release): restrict release workflow to action.yml #2

ci(release): restrict release workflow to action.yml

ci(release): restrict release workflow to action.yml #2

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
# TODO: we clould run other checks as well (e.g. tf linting, docs creation etc.), maybe even via pre-commit
jobs:
commitlint:
runs-on: [self-hosted, x64, linux, ephemeral, zon-image-latest]
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5