mirror of
https://github.com/nushell/nushell.git
synced 2024-12-04 06:15:27 +01:00
14 lines
266 B
YAML
14 lines
266 B
YAML
|
name: Typos
|
||
|
on: [pull_request]
|
||
|
|
||
|
jobs:
|
||
|
run:
|
||
|
name: Spell Check with Typos
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Checkout Actions Repository
|
||
|
uses: actions/checkout@v2
|
||
|
|
||
|
- name: Check spelling of book
|
||
|
uses: crate-ci/typos@master
|