Skip to content

Add SemVer compatibility checks to CI #1

Add SemVer compatibility checks to CI

Add SemVer compatibility checks to CI #1

Workflow file for this run

name: SemVer checks
on:
push:
branches-ignore:
- master
pull_request:
branches-ignore:
- master
jobs:
semver-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install Rust stable toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain stable
rustup override set stable
- name: Check SemVer with default features
uses: obi1kenobi/cargo-semver-checks-action@v2
feature-group: default-features

Check failure on line 22 in .github/workflows/semver.yml

View workflow run for this annotation

GitHub Actions / SemVer checks

Invalid workflow file

The workflow is not valid. .github/workflows/semver.yml (Line: 22, Col: 9): Unexpected value 'feature-group'