this repo has no description
1when: 2 - event: ["push"] 3 branch: ["master"] 4 5dependencies: 6 nixpkgs: 7 - go 8 9environment: 10 CGO_ENABLED: 1 11 12steps: 13 - name: patch static dir 14 command: | 15 mkdir -p appview/pages/static; touch appview/pages/static/x 16 17 - name: run all tests 18 command: | 19 go test -v ./...