Update pre-commit workflow to use descriptive step names and run all checks on failure

This commit is contained in:
Edgar P. Burkhart 2025-03-10 09:47:02 +01:00
parent c281390dbd
commit 92c42a545b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -8,5 +8,7 @@ jobs:
pre-commit:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1
- name: Checkout repository
uses: actions/checkout@v4
- name: Pre-commit
run: pre-commit run --show-diff-on-failure --color=always --all-files