Skip to content

Support changeset-driven versioning for non-Rust packages in a Cargo workspace #58

Support changeset-driven versioning for non-Rust packages in a Cargo workspace

Support changeset-driven versioning for non-Rust packages in a Cargo workspace #58

Workflow file for this run

---
name: Verify Changesets
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
verify:
name: Verify Changeset Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: ./.github/actions/verify
with:
base: ${{ github.base_ref }}