Skip to content

Commit

Permalink
copyrights - fetch depth 50
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Oct 2, 2023
1 parent 5aa76eb commit 64622c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
copyright: # check takes a bit longer and does not need to run in docker
runs-on: ubuntu-latest
steps:
- { uses: actions/checkout@v4, with: { fetch-depth: 0 } }
- { uses: actions/checkout@v4, with: { fetch-depth: 50 } }

- name: Copyright check
run: ./update_copyrights --output=
Expand Down

0 comments on commit 64622c3

Please sign in to comment.