Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes committed Nov 4, 2024
1 parent 70470c5 commit 4fc7d90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
uses: JJ/github-pr-contains-action@releases/v14.1
with:
github-token: ${{github.token}}
bodyDoesNotContain: 'Short explanation of the problem|- [ ]'
bodyDoesNotContain: 'Short explanation of the problem'
- name: Check PR checklist
uses: JJ/github-pr-contains-action@releases/v14.1
with:
github-token: ${{github.token}}
bodyDoesNotContain: '- [ ]'

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

0 comments on commit 4fc7d90

Please sign in to comment.