Skip to content

Commit

Permalink
add codespell action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Dec 19, 2024
1 parent 11954a9 commit e08b6fa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: codespell

on:
pull_request:
branches: [main]

jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v2

0 comments on commit e08b6fa

Please sign in to comment.