diff --git a/.github/workflows/update-licenses.yaml b/.github/workflows/update-licenses.yaml index 43782acf7..8bf6fa9cd 100644 --- a/.github/workflows/update-licenses.yaml +++ b/.github/workflows/update-licenses.yaml @@ -35,6 +35,7 @@ jobs: - name: Update licenses list run: | poetry run python src/poetry/core/spdx/helpers.py + poetry run pre-commit run --all-files || : - name: Generate token id: generate_token