From f5cb7345947ee4f257d1e4d84a58d6f17ef52d14 Mon Sep 17 00:00:00 2001 From: Pieter Marsman Date: Tue, 9 Jul 2024 08:05:38 +0200 Subject: [PATCH] Improve names of cicd steps --- .github/workflows/actions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 683ddbf8..2360040c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -16,7 +16,7 @@ env: jobs: check-code-imports: - name: Check coding style + name: Format import coding style runs-on: ubuntu-latest steps: - name: Checkout code @@ -34,7 +34,7 @@ jobs: nox --error-on-missing-interpreters --non-interactive --session format_isort check-code-autoflake: - name: Check coding style + name: Format coding style with autoflake runs-on: ubuntu-latest steps: - name: Checkout code @@ -52,7 +52,7 @@ jobs: nox --error-on-missing-interpreters --non-interactive --session format_autoflake check-code-formatting: - name: Check coding style + name: Format coding style with black runs-on: ubuntu-latest steps: - name: Checkout code @@ -70,7 +70,7 @@ jobs: nox --error-on-missing-interpreters --non-interactive --session format check-coding-style: - name: Check coding style + name: Lint coding style runs-on: ubuntu-latest steps: - name: Checkout code