We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9298ea8 commit 2453a29Copy full SHA for 2453a29
.github/workflows/test.yml
@@ -54,4 +54,4 @@ jobs:
54
run: black . --check
55
- name: Check if cog needs to be run
56
run: |
57
- cog --check README.md docs/*.rst
+ cog --check --diff README.md docs/*.rst
0 commit comments