Skip to content

github: Add prettier lint step. #35

github: Add prettier lint step.

github: Add prettier lint step. #35

Workflow file for this run

---
name: Spelling
on:
pull_request:
branches:
- main
jobs:
spelling:
name: Spellcheck with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Spell Check Repo
uses: crate-ci/[email protected]