fix: try to parse all kinds of ahjo errors #3329
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Conventional Commits | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
env: | |
DEBUG: 1 | |
jobs: | |
conventional-commits: | |
name: Conventional Commits | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Check commit messages | |
uses: webiny/[email protected] |