mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update lint-checks.yaml
This commit is contained in:
5
.github/workflows/lint-checks.yaml
vendored
5
.github/workflows/lint-checks.yaml
vendored
@@ -52,8 +52,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: ↩️ Checkout
|
- name: ↩️ Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# Full git history is needed to get a proper list of changed files within `super-linter`
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: 🔎 Run markdownlint
|
- name: 🔎 Run markdownlint
|
||||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
uses: nosborn/github-action-markdown-cli@v1.1.1
|
||||||
with:
|
with:
|
||||||
files: .
|
rules: markdownlint.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user