Skip to content

inovelli_blue_led_zigbee2mqtt: mqtt path override #8

inovelli_blue_led_zigbee2mqtt: mqtt path override

inovelli_blue_led_zigbee2mqtt: mqtt path override #8

Workflow file for this run

---
## Source: https://github.com/frenck/home-assistant-config/tree/master/.github/workflows
name: linters
# yamllint disable-line rule:truthy
on:
- push
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v3
- name: 🚀 Run YAMLlint
uses: frenck/action-yamllint@v1.3
remarklint:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v3
- name: 🚀 Run Remark lint
uses: "docker://pipelinecomponents/remark-lint:latest"
continue-on-error: true
with:
args: "remark --no-stdout --color --frail --use preset-lint-recommended ."