From 7adcee6b44c47871b90a3f5f919d9398eb03fb97 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Sun, 26 May 2024 13:54:07 -0400 Subject: [PATCH] super linter needs full history now --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aea0c72..e07327c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,10 @@ jobs: statuses: write # to report status checks steps: - uses: actions/checkout@v4 - - uses: github/super-linter/slim@v6 + with: + # super-linter needs the full git history to get the + # list of files that changed across commits + fetch-depth: 0 + - uses: super-linter/super-linter/slim@v6 env: GITHUB_TOKEN: ${{ github.token }}