Commit Graph

10 Commits

Author SHA1 Message Date
oven-lab
d241f0323b Add HACS validation 2023-05-20 13:47:25 +02:00
rospogrigio
d4af0f63f6 Tox fixes 2023-02-07 17:44:51 +01:00
rospogrigio
f51d833ae1 Tox fixes 2023-02-07 10:02:29 +01:00
rospogrigio
febbf421d4 Tox fixes 2023-02-07 10:00:18 +01:00
rospogrigio
6d0e407e7e Tox fixes 2023-02-07 09:57:27 +01:00
rospogrigio
b9c0e5ee8d Update bug_report.md 2023-01-12 19:07:53 +01:00
ultratoto14
934a0f47a2 FIrst try to add issue template (#264)
* Try to issue template

* Adding default bug label.

Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com>
2021-04-01 18:43:08 +02:00
Kendell R
c1878f82e2 Improve GitHub Actions (#97)
* Delete hassfest.yaml

* Update and rename ci.yaml to tox.yaml

* Create combined.yaml

* Update hacs.json

* Update README.md

* Update combined.yaml

* Remove unused import

* Restored wrongly deleted line in cover.py

* Update config_flow.py

* Update __init__.py

Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com>
Co-authored-by: rospogrigio <49229287+rospogrigio@users.noreply.github.com>
2020-10-22 11:43:47 +02:00
Pierre Ståhl
ec7652b193 Remove pull_request_target from ci workflow 2020-09-22 12:41:03 +02:00
Pierre Ståhl
30392d3ac5 Initial step to have continuous integration
This commit introduces the use of tox, which currently only verifies
that code is formatted according to the black project. More checks will
come in upcoming PRs for codespell, pydocstyle, flake8 and mypy.

A GitHub actions is included that runs tox on new pull requests, so we
get automatic feedback and can block commits that fail any check.
Another (official) action that runs hassfest is included as well, to
make sure we are compatible with Home Assistant.
2020-09-22 12:29:05 +02:00