Skip to content

RELEASE_CHECKLIST.md: update. #46

RELEASE_CHECKLIST.md: update.

RELEASE_CHECKLIST.md: update. #46

Workflow file for this run

name: Typos
on: [push, pull_request]
jobs:
typos:
name: 'Check for spelling errors'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: crate-ci/typos@master