diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml deleted file mode 100644 index 9aceea0..0000000 --- a/.gitea/workflows/test.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-24.04 - steps: - - name: Check out repository code - uses: actions/checkout@v4 - - name: List files in the repository - run: | - ls \ No newline at end of file