Skip to content

Commit

Permalink
Merge pull request #150 from vmware-tanzu/inclusive-naming
Browse files Browse the repository at this point in the history
Introduce inclusive naming check and update existing language
  • Loading branch information
neil-hickey authored Nov 22, 2022
2 parents 2227193 + 6f7ae87 commit f266fc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/inclusive-language-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Check inclusive language

on:
pull_request:
types: ['opened', 'reopened', 'synchronize']

jobs:
check-inclusive-language:
uses: vmware-tanzu/carvel-release-scripts/.github/workflows/inclusive-language-check.yml@main
2 changes: 2 additions & 0 deletions .wokeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# out of our control
vendor/

0 comments on commit f266fc9

Please sign in to comment.