We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbed97 commit 9e13813Copy full SHA for 9e13813
.github/workflows/validate.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: "actions/checkout@v2"
19
- uses: "actions/setup-python@v1"
20
with:
21
- python-version: "3.x"
+ python-version: "3.8"
22
- run: python3 -m pip install black
23
- run: black .
24
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
- run: python3 -m pip install -r tests/requirements_test.txt
34
- run: pytest --cov=custom_components
35
@@ -40,6 +40,6 @@ jobs:
40
41
42
43
44
45
- run: pylint custom_components/pyscript/*.py tests/*.py
0 commit comments