Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update reviewdog-suggester.yml
Browse files Browse the repository at this point in the history
zen0bit authored May 3, 2024
1 parent 3c24726 commit b3af8ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reviewdog-suggester.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: reviewdog-suggester
on: [workflow_dispatch, push, pull_request]
on:

Check failure on line 2 in .github/workflows/reviewdog-suggester.yml

GitHub Actions / yamllint

[yamllint] .github/workflows/reviewdog-suggester.yml#L2

[warning] truthy value should be one of [false, true] (truthy)
Raw output
./.github/workflows/reviewdog-suggester.yml:2:1: [warning] truthy value should be one of [false, true] (truthy)
- workflow_dispatch
- push
- pull_request
jobs:
go:
name: yamllint

0 comments on commit b3af8ce

Please sign in to comment.