document changes to support azure and gcp bucket using native sdk #4539
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 |