From 2435929f3e58752a607a23636a07445965b87698 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 20 May 2024 07:40:43 +0100 Subject: [PATCH] spacing --- .github/workflows/python_checks.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/python_checks.yml b/.github/workflows/python_checks.yml index 6502020..e72d880 100644 --- a/.github/workflows/python_checks.yml +++ b/.github/workflows/python_checks.yml @@ -28,14 +28,14 @@ on: The list of directories to run pytest on. Space-seperated required: false default: unittests - base-package: - description: > - The names of the base Python package. - Will be the one uses for coverage, plyint and mypy - required: true - flake8-packages: - description: The names of the Python packages to run flake8 on. - required: true + base-package: + description: > + The names of the base Python package. + Will be the one uses for coverage, plyint and mypy + required: true + flake8-packages: + description: The names of the Python packages to run flake8 on. + required: true jobs: build: