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