Skip to content

chore: bump unsafe-libyaml from 0.2.8 to 0.2.10 (#338) #120

chore: bump unsafe-libyaml from 0.2.8 to 0.2.10 (#338)

chore: bump unsafe-libyaml from 0.2.8 to 0.2.10 (#338) #120

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: semver-checks
jobs:
semver:
name: Run cargo-semver-checks
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
components: clippy
- name: Install cargo-semver-checks
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-semver-checks
version: "~0.25.0"
- name: run check-release
run: cargo semver-checks check-release