Fix pre-commit command in release workflow and update package version to 0.1.4
Some checks failed
/ serve (push) Failing after 8s

This commit is contained in:
Edgar P. Burkhart 2025-05-19 13:41:21 +02:00
parent 4c31b90e84
commit 7cf349f2d4
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Pre-commit check - name: Pre-commit check
run: | run: |
uv run pre-commit run --show-diff-on-failure --color=always --all-files pre-commit run --show-diff-on-failure --color=always --all-files
- name: Prepare files - name: Prepare files
run: | run: |
mkdir -p /tmp/release mkdir -p /tmp/release

View file

@ -5,5 +5,5 @@
"deps": [ "deps": [
["datetime", "latest"] ["datetime", "latest"]
], ],
"version": "0.1.3" "version": "0.1.4"
} }