name: Test Action on: [push] jobs: test: runs-on: ubuntu-latest steps: - name: Hello run: echo "Runner works!"