name: spelling on: pull_request jobs: spelling: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - uses: crate-ci/typos@master continue-on-error: true