diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2905ad5d2..a6fc8ddef 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -20,4 +20,4 @@ jobs: - name: Check typos uses: crate-ci/typos@master with: - config: .typo.toml + config: .typos.toml diff --git a/.typo.toml b/.typo.toml deleted file mode 100644 index d1e18542e..000000000 --- a/.typo.toml +++ /dev/null @@ -1,2 +0,0 @@ -[files] -extend-exclude = ["*/**/df-functions.md", "pnpm-lock.yaml"] diff --git a/typos.toml b/.typos.toml similarity index 87% rename from typos.toml rename to .typos.toml index 055bd8316..1dd9311be 100644 --- a/typos.toml +++ b/.typos.toml @@ -11,4 +11,5 @@ AKS = "AKS" [files] extend-exclude = [ "pnpm-lock.yaml", + "*/**/df-functions.md" ]