name: CI on: push jobs: test: runs-on: ubuntu-latest steps: - name: Echo test run: echo "Hello World"