feat: add get_suffix method to set suffix in values #1171
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: 💬 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 }} |