CalculusWithJuliaNotes.jl/.github/workflows/SpellCheck.yml

13 lines
271 B
YAML
Raw Normal View History

2024-05-22 13:14:21 +02:00
name: Spell Check
on: [pull_request]
jobs:
typos-check:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master