Trying more ci/cd shit
All checks were successful
Build and push / Lint-Python (push) Successful in 5s
Build and push / Build-and-Push-Docker (push) Successful in 4s

This commit is contained in:
Luke R 2024-05-02 12:21:40 -07:00
parent 4347b8aabe
commit 8271ae10e7

View File

@ -6,7 +6,7 @@ jobs:
Lint-Python:
runs-on: ubuntu-latest
steps:
- run: "echo This is run # ${{ gitea.run_id }}"
- run: echo "This is run ${{ gitea.run_id }}"
# - 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