name: cicd on: push: branches: - main jobs: cicd: name: cicd runs-on: dind steps: - name: checkout uses: actions/checkout@v3 - name: cicd run: | pwd ls find . -type d ps aux www which git if ! sh ./build.sh; then exit 1 fi