Cleanup conflicting handling and separate business logic from infra e… #7098
Workflow file for this run
This file contains hidden or 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: Bias Language | |
| permissions: | |
| contents: read | |
| packages: write | |
| pull-requests: write | |
| on: [push] | |
| jobs: | |
| biased_lang: | |
| runs-on: ubuntu-latest | |
| name: Detecting Biased Language | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - id: biased-lang-linter | |
| uses: splunk/biased-lang-linter@main | |
| continue-on-error: false |