Skip to content

Commit

Permalink
add biased language to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lng88 committed Apr 29, 2021
1 parent 4be4a1a commit ccf21f9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/biased-lang.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Detecting Biased Language
on:
pull_request:
branches:
- main
jobs:
biased_lang:
runs-on: ubuntu-latest
name: Detecting Biased Language
steps:
- uses: actions/checkout@v2
- id: pink-panther
uses: splunk/pink-panther@main
with:
token: ${{secrets.GITHUB_TOKEN}}
path: $GITHUB_WORKSPACE
url: $GITHUB_SERVER_URL
repo: $GITHUB_REPOSITORY

0 comments on commit ccf21f9

Please sign in to comment.