Skip to content

Commit

Permalink
Codespell workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Jul 18, 2024
1 parent 42a2907 commit 431c648
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on:
push:
paths-ignore:
- update.sh-*
pull_request:

jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master

0 comments on commit 431c648

Please sign in to comment.