From 73c68c4f3efd1648e0e11a7eba9de6ef31fc9641 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 3 Jun 2024 15:48:46 +0100 Subject: [PATCH] coverage-package pylint-packages mypy-packages --- .github/workflows/python_actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index be9b0a0a4..1c0c72d8d 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -21,9 +21,11 @@ jobs: call: uses: SpiNNakerManchester/SupportScripts/.github/workflows/python_checks.yml@main with: - base-package: pacman dependencies: SpiNNUtils SpiNNMachine test_directories: unittests + coverage-package: pacman flake8-packages: pacman unittests + pylint-packages: pacman + mypy-packages: pacman check_prereleases: false secrets: inherit