mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
13 lines
259 B
YAML
13 lines
259 B
YAML
|
name: Spelling
|
||
|
on: [pull_request]
|
||
|
|
||
|
jobs:
|
||
|
spelling:
|
||
|
name: Spell Check with Typos
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Checkout Actions Repository
|
||
|
uses: actions/checkout@v2
|
||
|
- name: Spell Check Repo
|
||
|
uses: crate-ci/typos@master
|