Skip to content

Commit

Permalink
Add HACS action
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanGriesel committed Dec 4, 2022
1 parent 0cbca28 commit 631c4dc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/HACS_Action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: HACS Action

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
uses: "hacs/action@main"
with:
category: "theme"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## graphite Home Assistant Theme

Minimalist and calm dark theme for [Home Assistant](https://www.home-assistant.io)
Minimalist and clean dark theme for [Home Assistant](https://www.home-assistant.io)

![ISSUES](https://img.shields.io/github/issues-raw/TilmanGriesel/graphite?style=flat-square)

Expand Down
4 changes: 4 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Minimalist and clean dark theme for Home Assistant",
"render_readme": true
}

0 comments on commit 631c4dc

Please sign in to comment.