Skip to content

Commit

Permalink
fix []
Browse files Browse the repository at this point in the history
  • Loading branch information
hors committed Nov 4, 2024
1 parent 842dc0b commit e9bbc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: JJ/github-pr-contains-action@releases/v14.1
with:
github-token: ${{github.token}}
bodyDoesNotContain: '- [ ]'
bodyDoesNotContain: '[ ]'

golangci-lint:
name: runner / suggester / golangci-lint
Expand Down

0 comments on commit e9bbc87

Please sign in to comment.