diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ff3f5ab..8f5c216 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,6 +53,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Find changed go files id: changed-go-files