feat: implement PR commit message retrieval and validation in commit-… #295
Workflow file for this run
This file contains hidden or 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: Run pre-commit | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| pull_request: | |
| types: opened | |
| jobs: | |
| pre-commit: | |
| uses: commit-check/.github/.github/workflows/pre-commit.yml@main |