Skip to content

Commit

Permalink
common: longer history is required for make check-license
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Jul 20, 2023
1 parent 1d3aa68 commit 3b4d2cb
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 3b4d2cb

Please sign in to comment.