14 lines
387 B
YAML
14 lines
387 B
YAML
name: Charmed Kubernetes Inclusive Naming, Linting, and Unit Tests
|
|
on:
|
|
- pull_request
|
|
|
|
jobs:
|
|
call-inclusive-naming-check:
|
|
name: Inclusive Naming
|
|
uses: canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main
|
|
with:
|
|
fail-on-error: "true"
|
|
|
|
lint-unit:
|
|
name: Lint Unit
|
|
uses: charmed-kubernetes/workflows/.github/workflows/lint-unit.yaml@main |