more ci/cd testing
All checks were successful
Build and push / Build-And-Push-Container (push) Successful in 5s

This commit is contained in:
Luke R 2024-05-02 12:10:13 -07:00
parent 72e7e5c0b0
commit a14a27589d

View File

@ -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."