Skip to content

ci: Add inclusive language check to CI #2

ci: Add inclusive language check to CI

ci: Add inclusive language check to CI #2

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_warnings:
name: List of non-inclusive language
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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
- name: Inclusiveness Analyzer
uses: microsoft/[email protected]
with:
failOnNonInclusiveTerm: true
excludeUnchangedFiles: false