Skip to content

Commit

Permalink
Merge pull request #5812 from janekmi/pr-check-license-fix
Browse files Browse the repository at this point in the history
common: longer history is required for make check-license
  • Loading branch information
janekmi authored Jul 21, 2023
2 parents fafc805 + 3b4d2cb commit b3e60ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Clone the git repo
uses: actions/checkout@v3
with:
# required for `make check-license` to work properly
fetch-depth: 50

- name: Install dependencies
run: sudo pip install flake8
Expand Down

0 comments on commit b3e60ae

Please # to comment.