From a540bef384f9eb3a95689b341f300dcf95c6f0c0 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 2 Jul 2024 15:32:02 -0400 Subject: [PATCH] Update linter.yml Signed-off-by: Josh --- .github/workflows/linter.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d76161fe..94514b23 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,3 +1,4 @@ +--- name: Lint Code Base on: @@ -7,7 +8,6 @@ on: permissions: { } jobs: - build: name: Lint Code Base runs-on: ubuntu-latest @@ -21,8 +21,7 @@ jobs: - name: Checkout code - uses: actions/checkout@v4 with: - fetch-depth: 0 - + fetch-depth: 0 - name: Super-Linter uses: super-linter/super-linter@v6.6.0 env: