fix: remove decorator from get_key_in_revision and return raw response #186
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: 💬 Check Commit Hygiene | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - devel | |
| jobs: | |
| verify: | |
| name: Conventional Commits | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| name: Checkout code | |
| - uses: rapyuta-robotics/[email protected] | |
| name: Check if commit messages are compliant | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |