From df481afcdf39f4f0270e32c90cb01803d3defb98 Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Tue, 29 Oct 2024 14:48:10 +0800 Subject: [PATCH] CI --- .github/workflows/test-suite.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 8222ace0..66388e83 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -164,6 +164,14 @@ jobs: env: # Allow warnings on Nightly RUSTFLAGS: "" + spell-check: + name: Spellcheck + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + # Uses the canonical version so that the version is up to date: + # https://github.com/rojopolis/spellcheck-github-actions?tab=readme-ov-file#using-a-canonical-version + - uses: rojopolis/spellcheck-github-actions@v0 # cli-check: # name: cli-check # needs: [check-labels]