22 lines
555 B
YAML
22 lines
555 B
YAML
name: Run tests with Tox
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
pull_request:
|
|
types: [ opened, synchronize, reopened ]
|
|
branches: [ main ]
|
|
|
|
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
|
|
|
|
validate-wheelhouse:
|
|
uses: charmed-kubernetes/workflows/.github/workflows/validate-wheelhouse.yaml@main |