name: CI on: [push] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Say hello run: echo "Hello from Gitea Actions!"