Merge pull request #777 from dev-sec/fix_Bsd #367
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Codespell - Spellcheck | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
codespell: | |
uses: "dev-sec/.github/.github/workflows/codespell.yml@main" | |
with: | |
ignore_words_list: "chage,BOOTUP" |