18 lines
476 B
YAML
18 lines
476 B
YAML
name: Test Suite
|
|
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"
|
|
|
|
validate-wheelhouse:
|
|
name: Validate Wheelhouse
|
|
uses: charmed-kubernetes/workflows/.github/workflows/validate-wheelhouse.yaml@main
|
|
|
|
lint-unit:
|
|
name: Lint Unit
|
|
uses: charmed-kubernetes/workflows/.github/workflows/lint-unit.yaml@main
|