Skip to content

Bagatur/claude editor #474

Bagatur/claude editor

Bagatur/claude editor #474

Workflow file for this run

name: Spell Checking
on: [pull_request]
jobs:
codespell:
name: Check spelling with codespell
runs-on: ubuntu-latest
steps:
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
misspell:
name: Check spelling with misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
- name: Misspell
run: ./misspell -error