mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
Add cargo-semver-checks (#59)
This commit is contained in:
committed by
GitHub
parent
c876af0a25
commit
2b1ad12a79
10
.github/workflows/checks.yml
vendored
10
.github/workflows/checks.yml
vendored
@ -97,3 +97,13 @@ jobs:
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
|
||||
semver-checks:
|
||||
runs-on: ubuntu-latest
|
||||
name: "Cargo Semver Checks"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||
with:
|
||||
# exclude the binary package from semver checks, since it is not published as a crate.
|
||||
exclude: taskchampion-sync-server
|
||||
|
||||
Reference in New Issue
Block a user