Skip to content

Commit

Permalink
Merge pull request #170 from mulkieran/cargo-semver-checks
Browse files Browse the repository at this point in the history
Run semantic version checks nightly
  • Loading branch information
mulkieran authored Nov 18, 2024
2 parents d07416b + 115e0b4 commit 5fd360a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,17 @@ jobs:
COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=f40 make -f ../../Makefile check-fedora-versions
COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=f39 make -f ../../Makefile check-fedora-versions
working-directory: ./ci/dependency_management

semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get -q update
sudo apt-get -y install libblkid-dev
- name: Do semantic version checks
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
verbose: true
rust-toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN

0 comments on commit 5fd360a

Please sign in to comment.