Trying more ci/cd shit
Some checks failed
Build and push / Lint-Python (push) Failing after 2s
Build and push / Build-and-Push-Docker (push) Successful in 3s

This commit is contained in:
Luke R 2024-05-02 12:18:51 -07:00
parent e46a046af2
commit 60193eed66

View File

@ -6,7 +6,7 @@ jobs:
Lint-Python:
runs-on: ubuntu-latest
steps:
- run: Dumping env ${{ gitea.env }}"
- run: Dumping env ${{ gitea.env }}
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
# - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code