Drop CI semver check, this isn't a library
Semver checks only make sense for things that have a public interface. While an application technically does, these semver checks are for the Rust API not the GUI shape or something. It's for checking that a library upholds it's semver promise. This is not a library, so these checks don't make sense.
This commit is contained in:
@@ -34,19 +34,6 @@ jobs:
|
|||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: cargo fmt --check
|
- name: cargo fmt --check
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
semver:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: semver
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
- name: Install stable
|
|
||||||
uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
|
||||||
components: rustfmt
|
|
||||||
- name: cargo-semver-checks
|
|
||||||
uses: obi1kenobi/cargo-semver-checks-action@v2
|
|
||||||
doc:
|
doc:
|
||||||
# run docs generation on nightly rather than stable. This enables features like
|
# run docs generation on nightly rather than stable. This enables features like
|
||||||
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
|
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
|
||||||
|
|||||||
Reference in New Issue
Block a user