name: Demo CI on: push: branches: [main] pull_request: jobs: smoke: runs-on: ubuntu-latest steps: - run: echo "Gitea Actions runner is working"