From 8b31e1582d05848b776b972bda49b958976a2f5b Mon Sep 17 00:00:00 2001 From: Chris Banks Date: Mon, 8 Jul 2024 14:36:17 +0100 Subject: [PATCH] We don't actually need `fetch-depth: 0`. We're not running any of the linters that need commit history. --- .github/workflows/lint.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 862328d..99acf12 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,7 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 show-progress: false - uses: github/super-linter@v6 env: