Skip to content

Check Spelling

Check Spelling #2

Workflow file for this run

name: Check Spelling
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
spelling:
runs-on:
- ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check Spelling
uses: check-spelling/[email protected]