[LP#2048683] Only use FQDN node names on AWS when using its cloud-provider #37
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Inclusive Naming, Lint | |
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 | |
with: | |
python: "['3.8', '3.9', '3.10', '3.11', '3.12']" |