CalculusWithJuliaNotes.jl/.github/workflows/SpellCheck.yml
2024-05-22 07:14:21 -04:00

13 lines
271 B
YAML

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