diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 549bd9ca6..610b9e698 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,12 +7,11 @@ on: jobs: lint: runs-on: ubuntu-latest - steps: - name: Set up environment uses: actions/checkout@v1 - with: # no need for the history - fetch-depth: 1 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v1 with: