Commit Graph

17 Commits (2037db7f7b15385175336eb9c01a85f672e4ecac)

Author SHA1 Message Date
Jayme Bird b3257365ad chore: remove github acs action trigger 2022-07-18 12:42:19 +01:00
Marko Mikulicic 8854ee317e
chore: Add ACS trigger action (#5050) 2022-07-06 09:43:04 +00:00
Jacob Marble dbddffee6f
chore: add semantic PR and commit message checks (#4344)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-19 17:29:03 +00:00
Luke Bond 3c2775f8f2
fix: teach semantic commits script about GH revert PRs (#4092) 2022-03-21 17:37:28 +00:00
Andrew Lamb 12771a7061
fix: allow manual merge messages in semantic commit checker (#4011) 2022-03-10 12:14:45 +00:00
Jacob Marble 701633f1e6
chore: improve semantic check (#3694)
- bash context
- curl retry and fail with grace
- jq syntax improvement

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-09 22:44:06 +00:00
Jacob Marble 6bc8c3d471
chore: semantic checks allow Merge commits (#3678)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-08 16:32:58 +00:00
Jacob Marble a9fe3362bd
chore: add semantic commit check as GH action (#3638)
* chore: add semantic commit check as GH action

* chore: remove spaces

* chore: indentation

* chore: yamllint config compatible with GH actions 'on' key

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-08 15:44:09 +00:00
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
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