name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: [ { run: "echo hello" } ]