diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7ff0310a8d..ce7ef5bda0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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