Progress still depends on variable tj #43
Workflow file for this run
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: Git QA | |
on: | |
pull_request: | |
branches: main | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check conventional commit compliance | |
uses: agenthunt/[email protected] | |
with: | |
pr-title-regex: ".+" |