Fix issue with retrieving apps from s3 when using IRSA (#1219) #3815
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: Bias Language | |
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 |