-
Notifications
You must be signed in to change notification settings - Fork 23
33 lines (30 loc) · 1.17 KB
/
linters.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
## Source: https://github.com/frenck/home-assistant-config/tree/master/.github/workflows
name: linters
# yamllint disable-line rule:truthy
on:
push:
jobs:
yamllint:
name: 🧹 yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub.
uses: actions/[email protected]
- name: 🚀 Run yamllint.
uses: frenck/[email protected]
# remarklint:
# #runs-on: ubuntu-18.04
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out configuration from GitHub.
# uses: actions/[email protected]
# #- name: 🙈 Ignore 3rd party packages.
# # run: rm -rf ./integrations/3rdparty_packages
# #- name: 🙈 Ignore autogenerated files and folders.
# # run: rm -f ./automations.yaml ; rm -f ./customize.yaml ; rm -f ./scenes.yaml ; rm -f ./scripts.yaml ; rm -f ./ui-love*.yaml ; rm -rf ./blueprints
# - 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 ."