diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db68d94..c6d5cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 # Showcase the most minimal configuration possible - name: "Minimal Configuration"