build(deps): bump third_party/tools/odin_ii from f669015 to cc93a01
#1122
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: lint-review | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| lint_review: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| checks: write | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Run Verible action | |
| uses: chipsalliance/verible-linter-action@main | |
| with: | |
| paths: | |
| ./tests | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| suggest_fixes: 'false' |