Skip to content

chore(main): release 0.6.0 #1

chore(main): release 0.6.0

chore(main): release 0.6.0 #1

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