diff --git a/.github/workflows/inclusive-language-check.yml b/.github/workflows/inclusive-language-check.yml new file mode 100644 index 000000000..e6a0bfd15 --- /dev/null +++ b/.github/workflows/inclusive-language-check.yml @@ -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 diff --git a/.wokeignore b/.wokeignore new file mode 100644 index 000000000..839933826 --- /dev/null +++ b/.wokeignore @@ -0,0 +1,2 @@ +# out of our control +vendor/ diff --git a/test/helpers/fake_registry.go b/test/helpers/fake_registry.go index 64c610da0..ee07f15da 100644 --- a/test/helpers/fake_registry.go +++ b/test/helpers/fake_registry.go @@ -415,7 +415,7 @@ func (r *FakeTestRegistryBuilder) WithBundleFromPath(bundleName string, path str digest.String(), r.ReferenceOnTestServer(bundleName + "@" + digest.String()), tag} } -// WithRandomBundle Dummy function +// WithRandomBundle sample function // This function creates a bundle image, but WithImageRefs or WithEveryImageFromPath needs to be called // on the return value of this function to ensure that a bundle is correctly created on the registry func (r *FakeTestRegistryBuilder) WithRandomBundle(bundleName string) BundleInfo {