Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Nov 18, 2024
1 parent d07416b commit 4b405f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,17 @@ jobs:
run: dnf install -y make yamllint
- name: Run yamllint
run: make -f Makefile yamllint

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 libdevmapper-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 4b405f0

Please sign in to comment.