From 3f5911112af518ce08e74708ddf8cdf752a2b3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Fri, 10 Jan 2025 16:43:18 +0000 Subject: [PATCH] chore: check typos in ci --- .github/workflows/validate-typos.yml | 11 +++++++++++ .typos.toml | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 .github/workflows/validate-typos.yml create mode 100644 .typos.toml diff --git a/.github/workflows/validate-typos.yml b/.github/workflows/validate-typos.yml new file mode 100644 index 0000000..6deee02 --- /dev/null +++ b/.github/workflows/validate-typos.yml @@ -0,0 +1,11 @@ +name: Typos +on: + pull_request: + +jobs: + typos: + name: Check for language typos + runs-on: ubuntu-24.04 + steps: + - uses: actions/checkout@v4 + - uses: crate-ci/typos@v1.29.4 diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..037caa6 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,2 @@ +[default.extend-identifiers] +bneEmHKG2yUe = "bneEmHKG2yUe"