Files
hatchet/.github/workflows/spelling.yml
T
Viktor Szépe 2af003e3e4 Create spelling workflow (#776)
Co-authored-by: Luca Steeb <contact@luca-steeb.com>
2024-08-10 15:07:48 +00:00

9 lines
158 B
YAML

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