mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-02-06 19:14:19 +01:00
check openapi spec in CI
This commit is contained in:
6
.github/workflows/python-package.yml
vendored
6
.github/workflows/python-package.yml
vendored
@@ -35,8 +35,12 @@ jobs:
|
||||
pip install setuptools
|
||||
fi
|
||||
python setup.py develop
|
||||
python -m pip install flake8 pytest-cov coverage vcrpy black
|
||||
python -m pip install flake8 pytest-cov coverage vcrpy black openapi-spec-validator
|
||||
tools/install_pandas.sh
|
||||
- name: Validate OpenAPI spec
|
||||
continue-on-error: true
|
||||
run: |
|
||||
openapi-spec-validator openapi/openapi.yaml
|
||||
- name: black
|
||||
run: |
|
||||
black --check tiingo
|
||||
|
||||
Reference in New Issue
Block a user