Skip to content

Commit

Permalink
ci: adds spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 15, 2025
1 parent ddb17c0 commit 1bbb032
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Spellcheck

permissions:
contents: read

on:
push:
branches:
- main
pull_request:

env:
CLICOLOR: 1

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

0 comments on commit 1bbb032

Please sign in to comment.