Skip to content

Commit

Permalink
update actions, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zanix committed Oct 31, 2023
1 parent 2ec3ebc commit 735e0fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
---
## Source: https://github.com/frenck/home-assistant-config/tree/main/.github/workflows
# Source: https://github.com/frenck/action-home-assistant
#
name: linters
# yamllint disable-line rule:truthy
on:
- push
jobs:
yamllint:
name: 🧹 YAML Lint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v3
- name: 📥 Check out repository
uses: actions/checkout@v4.1.1
- name: 🚀 Run YAMLlint
uses: frenck/action-yamllint@v1.3
uses: frenck/action-yamllint@v1.4.1

remarklint:
name: 🧹 Remark Lint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v3
- name: 📥 Check out repository
uses: actions/checkout@v4.1.1
- name: 🚀 Run Remark lint
uses: "docker://pipelinecomponents/remark-lint:latest"
continue-on-error: true
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

| zanix/home-assistant-blueprints | Home Assistant Community |
| :---: | :---: |
| [![Github Linter Status][github-linter-status-shield]][github-linter-status] [![Lines of Code][code-lines-shield]][code-link] | [![Home Assistant Community Forum][forum-shield]][forum] |
| [![Last Commit][github-last-commit]][github-main] [![GitHub Activity][commits-shield]][commits] | [![Discord][discord-shield]][discord] |
| [![Last Commit][github-last-commit]][github-main] [![Github Linter Status][github-linter-status-shield]][github-linter-status] | [![Home Assistant Community Forum][forum-shield]][forum] |
| [![GitHub Activity][commits-shield]][commits] | [![Discord][discord-shield]][discord] |

## Current Blueprints

Expand Down Expand Up @@ -31,9 +31,6 @@ Set LED effects for Inovelli VZM31-SN Blue Series 2-1 Switches
[commits-shield]: https://img.shields.io/github/commit-activity/m/zanix/home-assistant-blueprints/main?style=flat-square&logo=github&logoColor=838B95
[commits]: https://github.com/zanix/home-assistant-blueprints/commits/main

[code-lines-shield]: https://img.shields.io/tokei/lines/github/zanix/home-assistant-blueprints?style=flat-square
[code-link]: https://github.com/zanix/home-assistant-blueprints/pulse

[forum-shield]: https://img.shields.io/discourse/topics?style=flat-square&label=community&logo=discourse&color=46B4ED&logoColor=46B4ED&server=https%3A%2F%2Fcommunity.home-assistant.io
[forum]: https://community.home-assistant.io

Expand Down

0 comments on commit 735e0fc

Please sign in to comment.