diff --git a/.github/workflows/templates/checks/action.yaml b/.github/workflows/templates/checks/action.yaml index 9af4708..16ebe40 100644 --- a/.github/workflows/templates/checks/action.yaml +++ b/.github/workflows/templates/checks/action.yaml @@ -15,6 +15,8 @@ runs: # cache0 makes it easy to bust the cache if needed gha-cache-key: cache0-py310 named-caches-hash: ${{ hashFiles('python-default.lock') }} + - name: Git fetch + run: git fetch - name: format run: | pants \