custom eslint rule for e2e test length #246
Workflow file for this run
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
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/InclusivenessAnalyzer@v1.0.1 |