Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 348 Bytes

File metadata and controls

7 lines (5 loc) · 348 Bytes

git-owl

Rules

  • Always run commands inside the flox environment: flox activate -- bash -c 'go build ./... && go test ./... && go install'. Do not run go directly outside of flox.
  • Do not tell the user something is done until both build and tests pass.
  • If the build or tests fail, fix the issue and re-run before reporting completion.