1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

explicitely call mypy

This commit is contained in:
Patrick Kanzler
2023-09-04 01:13:46 +02:00
parent 2c203e7e87
commit 1fd66c2e65
2 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,11 @@ jobs:
tox
env:
ESCPOS_CAPABILITIES_FILE: /home/runner/work/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
- name: Test mypy with tox
run: |
tox -e mypy
env:
ESCPOS_CAPABILITIES_FILE: /home/runner/work/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with: