Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 5, 2020
1 parent b99589f commit c21b901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/homeassistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
done;
done
- name: 'Copy sample configuration for Home Assistant'
run: cp -f .devcontainer/sample_configuration.yaml ./configuration.yaml
run: cp -f .devcontainer/configuration.yaml ./configuration.yaml

- name: Home Assistant configuration check
run: |
echo "Testing with this configuration:"
cat configuration.yaml
echo ""
hass --script check_config --config .
hass --script check_config --config .
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black==19.10b0
pre-commit==2.6.0
pre-commit==2.6.0

0 comments on commit c21b901

Please sign in to comment.