mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
e810995cf8
Supersede #12376
14 lines
263 B
YAML
14 lines
263 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@v4.1.2
|
|
|
|
- name: Check spelling
|
|
uses: crate-ci/typos@v1.20.3
|