Skip to content

feat: add spell check workflow and configuration #2

feat: add spell check workflow and configuration

feat: add spell check workflow and configuration #2

Workflow file for this run

name: Spellcheck
on: [pull_request]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/[email protected]