anthonygardner / plant

0 stars 0 forks source link

Update ci.yml #10

Closed anthonygardner closed 9 months ago

anthonygardner commented 9 months ago

This PR refactors plant's CI pipeline using separate jobs for C++ and Python. The new workflow is:

  1. Install dependencies
  2. Build the source code
  3. Run the test suites
  4. Lint the source code