From d005188a4c8903bb64d40d9151697634c5b5db2f Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Mon, 4 Dec 2023 06:31:40 +0100 Subject: [PATCH] typos CI --- .github/workflows/SpellCheck.yml | 13 +++++++++++++ .typos.toml | 1 + 2 files changed, 14 insertions(+) create mode 100644 .github/workflows/SpellCheck.yml create mode 100644 .typos.toml diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml new file mode 100644 index 0000000..599253c --- /dev/null +++ b/.github/workflows/SpellCheck.yml @@ -0,0 +1,13 @@ +name: Spell Check + +on: [pull_request] + +jobs: + typos-check: + name: Spell Check with Typos + runs-on: ubuntu-latest + steps: + - name: Checkout Actions Repository + uses: actions/checkout@v3 + - name: Check spelling + uses: crate-ci/typos@v1.16.23 \ No newline at end of file diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..79b68a4 --- /dev/null +++ b/.typos.toml @@ -0,0 +1 @@ +[default.extend-words] \ No newline at end of file