Skip to content

Commit

Permalink
Create spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 authored Aug 23, 2023
1 parent cdd1eaf commit 69fe474
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
types: [ "review_requested", "ready_for_review" ]
name: Spell Check
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
skip: cargo-sources.json,.git,*.svg,*.html,*.js,*.po,*.pot,*.page
ignore_words_list: gir

0 comments on commit 69fe474

Please sign in to comment.