⬆️ Updates peter-evans/create-or-update-comment digest to bb2… #10363
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: Commitlint | |
| on: [ push, pull_request ] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| steps: | |
| - uses: actions/checkout@v2 | |
| with: | |
| fetch-depth: 0 | |
| - uses: wagoid/[email protected] | |
| with: | |
| configFile: './.github/workflows/lint/.commitlintrc.json' | |
| helpURL: https://rook.io/docs/rook/master/development-flow.html#commit-structure |