sophieball / toxicity-detector

MIT License
0 stars 0 forks source link

Setup continuous integration for this project #13

Closed CaptainEmerson closed 4 years ago

CaptainEmerson commented 4 years ago

Continuous integration should be set up so that the project is always in a buildable, all-test-passing state, before PR review and just before merging.

See the "checks" section in this example: https://github.com/bazelbuild/bazel/pull/11586; this shows how every CL is built automatically, before review.

sophieball commented 4 years ago

Done~