on: [push] jobs: build: runs-on: docker steps: - name: checkout uses: actions/checkout@v4 - run: make - run: time ./main