Skip to content

chore: eza v0.19.4 changelogs, version bump #2027

chore: eza v0.19.4 changelogs, version bump

chore: eza v0.19.4 changelogs, version bump #2027

name: Conventional Commits
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
conventional-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/action-conventional-commits@v1.3.0