From a6484ae74639a4416543ec6f41d857db584f8af1 Mon Sep 17 00:00:00 2001 From: sed-i <82407168+sed-i@users.noreply.github.com> Date: Tue, 6 Aug 2024 03:22:22 -0400 Subject: [PATCH] Fix CI --- .github/workflows/ci.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b15c138..86ad58d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: jobs: inclusive-naming-check: name: Inclusive naming - uses: canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main + uses: canonical/Inclusive-naming/.github/workflows/woke.yaml@main with: fail-on-error: "true" lint: diff --git a/tox.ini b/tox.ini index 4a434a9..f441140 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ basepython = python3 deps = codespell commands = - codespell . --skip .git --skip .tox --skip site + codespell . --skip .git --skip .tox --skip site --skip '*.pdf' [testenv:serve] description = Serve the website