mirror of
https://github.com/simonw/dclient.git
synced 2026-07-25 10:24:33 +02:00
cog --check as part of CI
This commit is contained in:
parent
8c82f9a572
commit
f0058258b2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -25,3 +25,6 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
- name: Check if cog needs to run
|
||||
run: |
|
||||
cog --check docs/*.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue