Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Aug 6, 2024
1 parent 3de11ab commit a6484ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6484ae

Please sign in to comment.