diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index d97726e..692a234 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -11,6 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Pre-commit check run: | + pip install pre-commit pre-commit run --show-diff-on-failure --color=always --all-files - name: Prepare files run: |