Fix pre-commit installation step in release workflow
All checks were successful
/ serve (push) Successful in 43s

This commit is contained in:
Edgar P. Burkhart 2025-05-19 13:42:31 +02:00
parent 7cf349f2d4
commit 0a87f72b10
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -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: |