Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Implementation of ops requires side of aws interface #4

Implementation of ops requires side of aws interface

Implementation of ops requires side of aws interface #4

Workflow file for this run

name: Run tests with Tox
on: [pull_request]
jobs:
call-inclusive-naming-check:
name: Inclusive naming
uses: canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main
with:
python: "['3.8', '3.9', '3.10', '3.11', '3.12']"

Check failure on line 10 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Run tests with Tox

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 10, Col: 15): Invalid input, python is not defined in the referenced workflow.
fail-on-error: "true"
lint-unit:
name: Lint Unit
uses: charmed-kubernetes/workflows/.github/workflows/lint-unit.yaml@main
needs:
- call-inclusive-naming-check