diff --git a/.gitea/workflows/sample.yml b/.gitea/workflows/sample.yml new file mode 100644 index 0000000..9ce4dcd --- /dev/null +++ b/.gitea/workflows/sample.yml @@ -0,0 +1,10 @@ +name: Test Gitea Actions +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: List files + run: ls -la + - name: Done + run: echo "Gitea Actions working on 1.25.5!" diff --git a/b.py b/b.py new file mode 100644 index 0000000..e69de29