Add and apply prettier pre-commit hook

This commit is contained in:
Max Winterstein
2021-09-18 22:12:17 +02:00
parent 50c2e44b7f
commit 2b6ff89517
23 changed files with 197 additions and 147 deletions

View File

@@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
if: ${{ env.CONTINUE }}
- name: Test build
uses: home-assistant/builder@master
with:
@@ -38,7 +38,7 @@ jobs:
--target eufy-ha-mqtt-bridge \
--docker-hub maxwinterstein
if: ${{ env.CONTINUE }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with: