Update test-models.yml

This commit is contained in:
powderluv
2022-05-26 21:03:35 -07:00
committed by GitHub
parent 7b4c7f9bde
commit a72f727501

View File

@@ -25,6 +25,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Validate Models
run: |
cd $GITHUB_WORKSPACE