diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml deleted file mode 100644 index 286fbe8..0000000 --- a/.gitea/workflows/test.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - -jobs: - python: - runs-on: python-latest - steps: - - run: python --version