Skip to content

Commit aacdefd

Browse files
authored
Remove semver checks from build and put into makefile (paupino#609)
1 parent f18e57c commit aacdefd

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,3 @@ jobs:
163163
164164
- name: Check build
165165
run: cargo check --workspace
166-
167-
breaking_changes:
168-
name: Check for breaking changes
169-
runs-on: ubuntu-latest
170-
steps:
171-
- uses: actions/checkout@v3
172-
173-
- name: Check semver
174-
uses: obi1kenobi/cargo-semver-checks-action@v2

make/utils.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ run_task = "propagate-version"
2929
private = true
3030
script_runner = "@rust"
3131
script = { file = "${CARGO_MAKE_WORKING_DIRECTORY}/make/scripts/version.rs", absolute_path = true }
32+
33+
[tasks.semver-check]
34+
install_crate = "cargo-semver-checks"
35+
command = "cargo"
36+
args = ["semver-checks"]

0 commit comments

Comments
 (0)