Skip to content

Commit

Permalink
Introduce codespell action
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Oct 14, 2024
1 parent 78b9312 commit 4fd63ee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Codespell

on: [push, pull_request]

jobs:
spell-check:
runs-on: ubuntu-latest

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

- name: Run codespell
uses: codespell-project/actions-codespell@v2.1

0 comments on commit 4fd63ee

Please sign in to comment.