diff --git a/.gitea/workflows/hello.yamlx b/.gitea/workflows/hello.yamlx deleted file mode 100644 index 7e34a49..0000000 --- a/.gitea/workflows/hello.yamlx +++ /dev/null @@ -1,15 +0,0 @@ -name: Hello world - -on: - - push - -jobs: - say-hello: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Print hello - run: echo "Hello, world! from Gitea Actions" -