Skip to content

Commit

Permalink
ci: spellcheck github action (#1552)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
  • Loading branch information
halkeye and andrewsomething authored Jul 17, 2024
1 parent 9128ab5 commit 8615667
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Check spelling

on:
push:
branches: [ main ]
pull_request:
branches:
- main
- feature/**

jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4

- name: Check spelling
uses: crate-ci/typos@v1.23.2

0 comments on commit 8615667

Please sign in to comment.