benct / lovelace-battery-entity-row

Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI
MIT License
69 stars 7 forks source link

Add GitHub Actions #1

Closed KTibow closed 4 years ago

KTibow commented 4 years ago

I recently announced ha-blueprint: https://community.home-assistant.io/t/made-a-custom-integration-or-card-ive-created-an-all-in-one-github-action-for-you/235041?u=ktibow This makes CI use it.

KTibow commented 4 years ago

?

benct commented 4 years ago

I have linting and syntax checking set up in my IDE, so I do not feel it is necessary to have a GitHub Action to check the same in a small project with very few contributors. Looks like a great action for CI on bigger projects though!

KTibow commented 4 years ago

Got it.