Skip to content

Commit

Permalink
Merge pull request sap-linuxlab#569 from alexxa/add_codespell
Browse files Browse the repository at this point in the history
Add codespell GitHub actions workflow
  • Loading branch information
berndfinger authored Jan 3, 2024
2 parents f0a6a41 + 8f3619f commit db8cd8a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CodeSpell

on:
push:
branches:
- dev
pull_request:
branches:
- dev

jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
ignore_words_list: aas,hsa,te,chage,addopt,sybsystem,uptodate

0 comments on commit db8cd8a

Please sign in to comment.