Skip to content

feat: Update to v24.9.2 from v23.9.0 #4

feat: Update to v24.9.2 from v23.9.0

feat: Update to v24.9.2 from v23.9.0 #4

Workflow file for this run

name: Test Suite for NVIDIA operators
on:
- pull_request
jobs:
call-inclusive-naming-check:
name: Inclusive naming
uses: canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main

Check failure on line 9 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yaml" -> "canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
fail-on-error: "true"
lint-unit:
name: Lint Unit
uses: charmed-kubernetes/workflows/.github/workflows/lint-unit.yaml@main
needs:
- call-inclusive-naming-check
with:
python: "['3.10', '3.11']"