Add more consistency tests (#4983)

Follow up fo #4971

Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
This commit is contained in:
Ivan Levkivskyi
2021-01-29 17:23:35 +00:00
committed by GitHub
parent 569fcea637
commit e2fd852952
3 changed files with 127 additions and 4 deletions

View File

@@ -11,7 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: ./tests/check_consistent.py
- run: |
pip install toml
./tests/check_consistent.py
flake8:
name: Lint with flake8