Skip to content

Merge pull request #1040 from tnull/2026-08-investigate-python-ci #2508

Merge pull request #1040 from tnull/2026-08-investigate-python-ci

Merge pull request #1040 from tnull/2026-08-investigate-python-ci #2508

Workflow file for this run

name: SemVer checks
on: [push, pull_request]
jobs:
semver-checks:
timeout-minutes: 120
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v6
- name: Check SemVer
uses: obi1kenobi/cargo-semver-checks-action@v2