Skip to content

Release 3.0.0 Preparation #200

Release 3.0.0 Preparation

Release 3.0.0 Preparation #200

Workflow file for this run

name: Check for typos
on: [pull_request]
jobs:
check-for-typos:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/typos@v1.24.5