Refactor code structure for improved readability and maintainability
All checks were successful
Build and push Archlinux package / build (push) Successful in 26s
pre-commit / pre-commit (push) Successful in 59s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 20:38:10 +02:00
parent 3d2f6bb879
commit df841c70cb
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 160 additions and 55 deletions

View file

@ -6,9 +6,10 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-latest
runs-on: uv
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Pre-commit
run: pre-commit run --show-diff-on-failure --color=always --all-files
run: |
uv run pre-commit run --show-diff-on-failure --color=always --all-files