From c5db905e15cda81b7b6c6ddbd0a70bb664b6351a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:23:21 +0100 Subject: [PATCH] Update lint-checks.yaml --- .github/workflows/lint-checks.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-checks.yaml b/.github/workflows/lint-checks.yaml index fb903f0dc..11dfd0e8c 100644 --- a/.github/workflows/lint-checks.yaml +++ b/.github/workflows/lint-checks.yaml @@ -52,8 +52,11 @@ jobs: steps: - name: â†Šī¸ Checkout 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 uses: nosborn/github-action-markdown-cli@v1.1.1 with: - files: . + rules: markdownlint.yaml