NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
12 stars 3 forks source link

Add `cargo-semver-checks` check to CI #206

Open cschwan opened 1 year ago

cschwan commented 1 year ago

To make sure we don't break our semantic versioning guarantee we should add a test for this in the CI, and use one of the following tools:

  1. https://crates.io/crates/cargo-semver-checks or
  2. https://github.com/Enselic/cargo-public-api#-as-a-ci-check.