name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - run: echo hello-from-gitcod-actions - run: sleep 3 - run: echo done