Skip to content

Commit

Permalink
Merge pull request #294 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
joaopapereira authored Nov 21, 2022
2 parents 897925b + 0897f9e commit 5ce1a87
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']

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 5ce1a87

Please sign in to comment.