mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-25 03:39:38 -05:00
10 lines
190 B
YAML
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
|