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