mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Move black to YAML, not pytest
This commit is contained in:
parent
1289eb0589
commit
53e6a72a95
2 changed files with 2 additions and 11 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -36,6 +36,8 @@ jobs:
|
|||
- name: Install docs dependencies
|
||||
run: |
|
||||
pip install -e '.[docs]'
|
||||
- name: Black
|
||||
run: black --check .
|
||||
- name: Check if cog needs to be run
|
||||
run: |
|
||||
cog --check docs/*.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue