Skip to content

talk about yanked versions in changelog files #998

talk about yanked versions in changelog files

talk about yanked versions in changelog files #998

Workflow file for this run

name: QA
on: [pull_request, push, merge_group]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Executes "typos ."
- uses: crate-ci/typos@v1.24.3