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