ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
11 stars 5 forks source link

Check crate semver on pull request #960

Closed jw3 closed 8 months ago

jw3 commented 8 months ago

Adds a semver check on pull requests

The goal is to check compat issues before hitting master. The resolution to a failure here is usually to bump the version in the offending Cargo.toml, with the alternative fix being to alter the offending code.

This sets continue-on-error: true to avoid disturbing the rest of the workflow. Ultimately it is up to the committer to accept or reject the offending patch.

Closes #704

jw3 commented 8 months ago

Testing out an enum change

image