This commit is contained in:
Daniel Sheppard 2022-09-02 16:23:50 -05:00 committed by GitHub
parent 0126276d20
commit 162a74336e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,19 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint YAML files
run: |
yamllint --format github --strict \
device-types/ module-types/
- name: Run tests
run: pytest --tb=short -v