-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use influxdata/language-checker
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/influxdata/language-checker | ||
jobs: | ||
tests: | ||
|
@@ -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: | ||
|