Skip to content

Commit

Permalink
Add codespell CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Nov 9, 2024
1 parent 26966f7 commit 511d5d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ env:
TUCAN_DEV: true

jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: codespell-project/actions-codespell@v2
with:
skip: deps
ignore_words_list: tucan
build:

name: Build and test
runs-on: ubuntu-latest

Expand Down

0 comments on commit 511d5d3

Please sign in to comment.