Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
3d2f6bb879
commit
df841c70cb
3 changed files with 160 additions and 55 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue