mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-04 08:39:36 -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
|