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 2118319 commit 38332c1Copy full SHA for 38332c1
.github/workflows/test.yml
@@ -56,4 +56,4 @@ jobs:
56
run: black . --check
57
- name: Check if cog needs to be run
58
run: |
59
- cog --check README.md docs/*.rst
+ cog --check --diff README.md docs/*.rst
0 commit comments