Skip to content

Commit 2892a34

Browse files
committed
Github actions to automate validation
1 parent 6666daf commit 2892a34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
name: 'Pylint'
3030
- run: |
3131
pip install mypy
32-
mypy src/pyvesync
3332
python3 -m pip install types-requests
33+
mypy src/pyvesync
3434
name: 'MyPy'
3535
3636
pytest:
@@ -43,6 +43,8 @@ jobs:
4343
- '3.10'
4444
- '3.11'
4545
steps:
46+
- name: Checkout repo
47+
uses: actions/checkout@v3
4648
- name: 'Use Python ${{matrix.python-version}}'
4749
uses: actions/setup-python@v4
4850
with:

0 commit comments

Comments
 (0)