diff --git a/.gitea/workflows/test_action.yaml b/.gitea/workflows/test_action.yaml new file mode 100644 index 0000000..7473ec5 --- /dev/null +++ b/.gitea/workflows/test_action.yaml @@ -0,0 +1,9 @@ +name: test_action +run-name: this is a gitea action test +on: [push] + +jobs: + Python3: + runs-on: python:3.10-slim + steps: + - run: python -V