Skip to content

fix: added error if no tokens are valid when starting in strict mode … #232

fix: added error if no tokens are valid when starting in strict mode …

fix: added error if no tokens are valid when starting in strict mode … #232

Workflow file for this run

name: Semver check
on:
push:
branches:
- main
paths:
- "**.rs"
- "**.toml"
jobs:
semver:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install rust
run: |
rustup set auto-self-update disable
rustup toolchain install stable --profile default
rustup show
- name: Rust cache
uses: Swatinem/rust-cache@v2
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2