Commit Graph

13 Commits (4fb800c7a646925e882dbbde86b244a184e06cc8)

Author SHA1 Message Date
Carol (Nichols || Goulding) 5f789ca4b9 chore: Remove GitHub Actions config; all CircleCI now 2021-04-05 10:56:52 -04:00
Marko Mikulicic 2242206b28 fix(ci): Pass debuginfo=1 to have line numbers in tracebacks 2021-03-22 13:58:57 +00:00
Marko Mikulicic 7f9bb1dbc2 chore: Add debuginfo=0 to CI builds 2021-03-19 17:12:26 +00:00
Raphael Taylor-Davies 4009a89239 feat: add buf linting in CI 2021-02-23 19:46:45 +00:00
Carol (Nichols || Goulding) 5456f1ba25 fix: Remove CI job compiling examples already covered by cargo test 2021-02-22 10:18:28 -05:00
Andrew Lamb 5aed13899c fix: capitalization, neat and tidy 2021-02-08 16:45:11 -05:00
Andrew Lamb 329d288dc3 chore: Add examples to CI tests 2021-02-08 16:39:32 -05:00
Marko Mikulicic 941eb60b43
style: Add editor config
hopefully with some uncontroversial rules.
2021-02-02 13:28:02 +01:00
Andrew Lamb de6c385d85
fix: Run CI checks only once on PRs, not twice (#546)
* fix: Run CI tests only once on PRs, not twice

* fix: run on pull_request rather than push
2021-01-11 12:01:07 -05:00
Dom 9c785a3b0f ci: add GitHub actions
Adds a GitHub CI action:

    * Uses the rust-toolchain file to install the requested version.
    * Performs a build with default cargo target
    * Runs workspace tests
    * Checks cargo fmt is happy
    * Runs clippy for lints, denying warnings

All commands taken from the existing CircleCI pipeline.

Currently no caching / reuse of build container.
2020-11-27 11:34:56 +00:00
Edd Robinson 3b508d6041 chore: address PR feedback 2020-11-24 13:21:04 +00:00
Edd Robinson 736f1c4b03 chore: add github templates 2020-11-24 13:20:54 +00:00
Edd Robinson 2df6328384 chore: ensure commit messages are semantic 2020-06-02 12:34:30 +01:00