We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18e57c commit aacdefdCopy full SHA for aacdefd
.github/workflows/main.yml
@@ -163,12 +163,3 @@ jobs:
163
164
- name: Check build
165
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
@@ -29,3 +29,8 @@ run_task = "propagate-version"
29
private = true
30
script_runner = "@rust"
31
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