Skip to content

Add tea file

Add tea file #44

Workflow file for this run

name: ci
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install mypy pylint requests types-requests sseclient
- run: pylint nanoleafapi/nanoleaf nanoleafapi/discovery nanoleafapi/digital_twin
- run: mypy nanoleafapi/nanoleaf.py nanoleafapi/discovery.py nanoleafapi/digital_twin.py