diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-10-14 17:55:06 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-10-14 17:55:06 -0700 |
| commit | 080e254be0c87a404549e1a402053dab6a4941fa (patch) | |
| tree | 7ab0b052d0d31f9560a9a9f2a2687b6b14b1e6c6 | |
| parent | d31f73ae5e3acabd26784bb65574cfe3e26c74d7 (diff) | |
fetch_depth: 0
| -rw-r--r-- | .github/workflows/formatters.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/formatters.yml b/.github/workflows/formatters.yml index a63a27f..a7c8405 100644 --- a/.github/workflows/formatters.yml +++ b/.github/workflows/formatters.yml @@ -8,6 +8,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} + fetch_depth: 0 # compare against main - name: Fetch master run: | git fetch |
