mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-05 09:09:25 -05:00
2af003e3e4
Co-authored-by: Luca Steeb <contact@luca-steeb.com>
9 lines
158 B
YAML
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
|