Skip to content

Commit

Permalink
Github actions to automate validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrapha committed Jun 24, 2024
1 parent 56171de commit dc6e72b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
name: 'Pylint'
- run: |
pip install mypy
mypy src/pyvesync
python3 -m pip install types-requests
mypy src/pyvesync
name: 'MyPy'
pytest:
Expand All @@ -43,6 +43,8 @@ jobs:
- '3.10'
- '3.11'
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: 'Use Python ${{matrix.python-version}}'
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit dc6e72b

Please sign in to comment.