Skip to content

Commit 5f50692

Browse files
authored
Merge pull request #1524 from mikebrow/verbose-dco-check
set dco check to verbose
2 parents aa0f4fd + f427791 commit 5f50692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: DCO
5252
env:
5353
GITHUB_COMMIT_URL: ${{ github.event.pull_request.commits_url }}
54-
DCO_VERBOSITY: "-q"
54+
DCO_VERBOSITY: "-v"
5555
DCO_RANGE: ""
5656
working-directory: src/github.com/containerd/cri
5757
run: |

0 commit comments

Comments
 (0)