From 4153262b9f5f5199528b5987c9fd762f165f38a4 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Fri, 3 May 2024 09:38:14 +0200 Subject: [PATCH] CI: Add and enforce typos check Reviewed at https://reviews.lunr.nl/r/1148/ --- .github/workflows/general.yml | 4 ++++ tests/typos.toml | 0 2 files changed, 4 insertions(+) create mode 100644 tests/typos.toml diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 7df6b01..361416d 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -7,3 +7,7 @@ on: [push, pull_request, workflow_dispatch] jobs: reuse: uses: lunr-php/actions-templates/.github/workflows/reuse.yml@master + typos: + uses: lunr-php/actions-templates/.github/workflows/typos.yml@master + with: + config: tests/typos.toml diff --git a/tests/typos.toml b/tests/typos.toml new file mode 100644 index 0000000..e69de29