From 2c2f9f2e7f7df71cc4853cdcb502329863188f81 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 23 Feb 2024 15:39:02 -0800 Subject: [PATCH] update fetch-depth for linter checkout Signed-off-by: Brian DeHamer --- .github/workflows/linter.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 93db6de..428ca1b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -20,6 +20,8 @@ jobs: - name: Checkout id: checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Node.js id: setup-node @@ -31,7 +33,7 @@ jobs: - name: Install Dependencies id: install run: npm ci - + - name: Lint Codebase id: super-linter uses: super-linter/super-linter/slim@v6