From 3c2e3cf62f6912c75e7523f9a17802b3e20d1c45 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 28 Sep 2023 21:32:57 -0500 Subject: [PATCH] Change config file path in GHA workflow --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6abeaa748..b2cfca63f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -56,7 +56,7 @@ jobs: - name: Run Spell Checker uses: crate-ci/typos@master with: - config: ./.github/workflows/typos.toml + config: .typos.toml pytest: name: pytest (py${{ matrix.python-version }}/${{ matrix.os }}) needs: [code-formatting, spell-check]