Skip to content

Commit

Permalink
separating out inclusiveness analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Apr 29, 2024
1 parent 2b74482 commit 70d7971
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,4 @@ jobs:
- uses: daun/playwright-report-summary@v3
with:
report-file: end-to-end-tests/.report/report.json
# Analyzer for checking for inclusive terminology in code. For more information, see
# https://github.com/microsoft/InclusivenessAnalyzer
Inclusiveness-Analyser-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Inclusiveness Analyzer
uses: microsoft/[email protected]
report-tag: manifest-version-${{ matrix.MV }}
13 changes: 13 additions & 0 deletions .github/workflows/inclusiveness-analyzer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Inclusiveness Analyzer
on: push
jobs:
# Analyzer for checking for inclusive terminology in code. For more information, see
# https://github.com/microsoft/InclusivenessAnalyzer
Inclusiveness-Analyser-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Inclusiveness Analyzer
uses: microsoft/[email protected]

0 comments on commit 70d7971

Please sign in to comment.