Skip to content

Commit

Permalink
chore: use jdstrand/language-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstrand committed Oct 9, 2024
1 parent ad589d8 commit aca0703
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,13 @@ commands:
command: |
make install-venv-dev
# https://docs.getwoke.tech/installation/
install_woke:
description: Install woke non-inclusivity checker
install_language-checker:
description: Install non-inclusivity language-checker
steps:
- run:
description: Install woke non-inclusivity checker
description: Install language-checker non-inclusivity checker
command: |
go install github.com/get-woke/[email protected]
go install github.com/jdstrand/language-checker@latest
jobs:
tests:
Expand Down Expand Up @@ -134,11 +133,11 @@ jobs:
- image: cimg/go:1.18
steps:
- checkout
- install_woke
- install_language-checker
- run:
name: Running inclusivity checks
command: |
make inclusivity-check
language-checker --exit-1-on-failure .
# workflows can run in parallel
workflows:
Expand Down

0 comments on commit aca0703

Please sign in to comment.