Skip to content

Commit

Permalink
Improve names of cicd steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Jul 9, 2024
1 parent b4fb8a3 commit f5cb734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f5cb734

Please sign in to comment.