Skip to content

Commit

Permalink
Introduce inclusive naming check and update existing language
Browse files Browse the repository at this point in the history
We are following the Inclusive Naming Initiative's guidance as that is what the
CNCF supports.
  • Loading branch information
aaronshurley committed Nov 18, 2022
1 parent 897925b commit 0897f9e
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 0897f9e

Please sign in to comment.