version update + readme fix #815
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
## 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 ." |