diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd9aeb2..c8aaed5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Lint Code Base uses: github/super-linter/slim@v4