diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml new file mode 100644 index 000000000..e97bf19ff --- /dev/null +++ b/.github/workflows/spell-checker.yml @@ -0,0 +1,20 @@ +name: Spell Check + +on: + pull_request: + branches: [ main ] + +jobs: + typos-check: + name: Spell Check with Typos + runs-on: ubuntu-latest + steps: + - name: Checkout Actions Repository + uses: actions/checkout@v4 + - name: Check spelling + uses: crate-ci/typos@master + + - name: Writes changes in the local checkout + uses: crate-ci/typos@master + with: + write_changes: true diff --git a/README.md b/README.md index c51cf19ba..e0851ea57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # NNStreamer +Helllo worlds, check spel checker worc corectelly. [![Gitter][gitter-image]][gitter-url] [![DailyBuild](http://ci.nnstreamer.ai/nnstreamer/ci/daily-build/badge/daily_build_badge.svg)](http://ci.nnstreamer.ai/nnstreamer/ci/daily-build/build_result/) diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 000000000..127d93504 --- /dev/null +++ b/_typos.toml @@ -0,0 +1,5 @@ +[files] +extend-exclude = ["tests/test_models/models/*", "tests/test_models/labels/*", "tests/test_models/data/*"] + +[default.extend-words] +mosquitto = "mosquitto"