chore(deps): Update module github.com/bflad/tfproviderlint to v0.31.0 #1116
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: Pull Request Title Conventional Check | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize, reopened] | |
| env: | |
| GO_VERSION: 1.23.x | |
| jobs: | |
| test: | |
| name: Pull Request Title | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Go pull request message linter | |
| uses: masahiro331/[email protected] | |
| env: | |
| TITLE: ${{ github.event.pull_request.title }} |