Skip to content

Commit

Permalink
ci: Add separate InclusivenessAnalyzer warning check to list issues
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Jun 19, 2024
1 parent d34e6cf commit 4e85593
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dei.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ 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
Expand Down

0 comments on commit 4e85593

Please sign in to comment.