Skip to content

Commit

Permalink
Add codespell workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 2, 2024
1 parent eef5de4 commit 766d120
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/run_codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Codespell

on:
pull_request:
branches:
- master
push:
branches-ignore:
- master


jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
config: .codespellrc

0 comments on commit 766d120

Please sign in to comment.