Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add a workflow to check for exclusive language #1093

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/inclusivity.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Inclusive naming PR check
on: pull_request

jobs:
call-inclusive-naming-check:
name: Inclusive naming
uses: canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main
with:
fail-on-error: 'true'
woke-args: '. /home/runner/work/_actions/canonical-web-and-design/inclusive-naming/main/config.yml -c .woke.yaml'
6 changes: 6 additions & 0 deletions .woke.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rules:
- name: dummy
enabled: false
- name: sanity
enabled: false

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ commands =

[testenv:smoke]
description = Run a smoke test against a Juju controller.
whitelist_externals = juju
allowlist_externals = juju
charmcraft
bash
deps =
Expand Down
Loading