This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Revert "testing out a Jbook for OS101 mod1" #24
This file contains 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
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
name: Check typos | |
jobs: | |
codespell: | |
name: Discover typos with codespell | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: codespell-project/actions-codespell@master | |
with: | |
check_filenames: true | |
skip: "*.yml,*.cff,*.js,*.lock" | |
ignore_words_list: stip,leary,hsi,damon,aas,commend,re-use,re-usable |