From 748741b84dc2e2b8312f18dfdb08bed580c6023b Mon Sep 17 00:00:00 2001 From: Mike Manger Date: Thu, 7 Nov 2024 10:36:16 +0000 Subject: [PATCH] Add typos workflow --- .github/workflows/spelling.yml | 20 ++++++++++++++++++++ typos.toml | 3 +++ 2 files changed, 23 insertions(+) create mode 100644 .github/workflows/spelling.yml create mode 100644 typos.toml diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml new file mode 100644 index 0000000..ef45dec --- /dev/null +++ b/.github/workflows/spelling.yml @@ -0,0 +1,20 @@ +name: Spelling + +on: + pull_request: null + workflow_dispatch: null + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + typos_check: + name: Typos + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Check spelling + uses: crate-ci/typos@master \ No newline at end of file diff --git a/typos.toml b/typos.toml new file mode 100644 index 0000000..12178b3 --- /dev/null +++ b/typos.toml @@ -0,0 +1,3 @@ +[default.extend-words] +# GitHub handle +arithmetric = "arithmetric"