diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4f6e1b172..3c7e592cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,9 @@ on: - 'main' - 'release/**' +env: + CLICOLOR: 1 + jobs: spotless: runs-on: ubuntu-latest @@ -103,3 +106,12 @@ jobs: with: sarif_file: 'sarif/cosmotech-${{ matrix.category }}-detekt.sarif' category: ${{ matrix.category }} + + spelling: + name: Spell Check with Typos + runs-on: ubuntu-latest + steps: + - name: Checkout Actions Repository + uses: actions/checkout@v6 + - name: Spell Check Repo + uses: crate-ci/typos@v1.43.5 \ No newline at end of file diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 000000000..eebc476c2 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,4 @@ +[default.extend-words] +testng = "testng" +Groupe = "Groupe" +AKS = "AKS"