chore(deps): update rust crate indexmap to v2.14.0 #2007
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
| on: [pull_request] | |
| name: "Lint commit messages" | |
| jobs: | |
| cog_check_job: | |
| runs-on: ubuntu-latest | |
| name: check conventional commit compliance | |
| steps: | |
| - uses: actions/checkout@v6 | |
| with: | |
| fetch-depth: 0 | |
| ref: ${{ github.event.pull_request.head.sha }} | |
| - name: Conventional commit check | |
| uses: cocogitto/cocogitto-action@v4 | |
| with: | |
| command: check | |
| args: --from-latest-tag |