Skip to content

ci: Add inclusive language check to CI #6

ci: Add inclusive language check to CI

ci: Add inclusive language check to CI #6

Workflow file for this run

name: DEI Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
inclusive_language:
name: Check for inclusive language
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: get-woke/woke-action@v0
with:
fail-on-error: true
# inclusive_language_warnings:
# name: List of non-inclusive language
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 2
# - name: Inclusiveness Analyzer
# uses: microsoft/[email protected]
# with:
# excludeUnchangedFiles: false
#
# inclusive_language:
# name: Check for inclusive language
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 2
# - name: Inclusiveness Analyzer
# uses: microsoft/[email protected]
# with:
# failOnNonInclusiveTerm: true
# excludeUnchangedFiles: false