From 183b022d4d7ee9cadd8d8c1ffc6d0684f29c0801 Mon Sep 17 00:00:00 2001 From: Daniel McGlinchey <81308449+Daniel-McG@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:19:09 +0000 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..466a280 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,21 @@ +name: Spelling + +permissions: + contents: read + +on: [pull_request] + +env: + CLICOLOR: 1 + +jobs: + spelling: + name: Spell Check with Typos + runs-on: ubuntu-latest + steps: + - name: Checkout Actions Repository + uses: actions/checkout@v5 + - name: Spell Check Repo + uses: crate-ci/typos@v1.41.0 + with: + files: ./README.md