Files
hatchet/.github/workflows/spelling.yml
T
2025-03-11 14:57:13 -04:00

10 lines
190 B
YAML

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