We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca652d4 commit 3a5ff32Copy full SHA for 3a5ff32
.github/workflows/test-on-push.yml
@@ -178,4 +178,4 @@ jobs:
178
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179
run: |
180
pip3 install -U dco-check && \
181
- dco-check -m -b $(git branch --show-current) --default-branch main
+ dco-check -b $(git branch --show-current) --default-branch main
0 commit comments