diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4120775..ef6e5b1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Lint Code Base uses: super-linter/super-linter@v7 env: