more ci/cd testing
All checks were successful
Build and push / Build-And-Push-Container (push) Successful in 5s
All checks were successful
Build and push / Build-And-Push-Container (push) Successful in 5s
This commit is contained in:
parent
72e7e5c0b0
commit
a14a27589d
@ -16,7 +16,7 @@ jobs:
|
|||||||
pip install uv --quiet
|
pip install uv --quiet
|
||||||
- name: install black and lint code
|
- name: install black and lint code
|
||||||
run: |
|
run: |
|
||||||
uv pip install black --quiet
|
uv pip install black --system --quiet
|
||||||
black app --check --fast
|
black app --check --fast
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user