Problem
When people don't run make check, after pushing their PR, everyone else will have git changes for parts of the code they didn't touch. Right now, we only test if code builds. Similar issue: UTDNebula/nebula-api#415
Solution
Having these checks in our CI like other Nebula projects will ensure PRs aren't approved that cause this issue
Additional Context
See https://github.com/UTDNebula/utd-trends/blob/develop/.github/workflows/lint-check.yml for an example of what I'm talking about
Problem
When people don't run
make check, after pushing their PR, everyone else will have git changes for parts of the code they didn't touch. Right now, we only test if code builds. Similar issue: UTDNebula/nebula-api#415Solution
Having these checks in our CI like other Nebula projects will ensure PRs aren't approved that cause this issue
Additional Context
See https://github.com/UTDNebula/utd-trends/blob/develop/.github/workflows/lint-check.yml for an example of what I'm talking about