Skip to content

Commit e114b20

Browse files
committed
fix []
1 parent 842dc0b commit e114b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: JJ/github-pr-contains-action@releases/v14.1
1515
with:
1616
github-token: ${{github.token}}
17-
bodyDoesNotContain: '- [ ]'
17+
bodyDoesNotContain: '- \[ \]'
1818

1919
golangci-lint:
2020
name: runner / suggester / golangci-lint

0 commit comments

Comments
 (0)