From e1532be74891d098c12a14d25568d03a78045cbe Mon Sep 17 00:00:00 2001 From: Pavel Nikonorov <4646953+pavelnikonorov@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:24:49 +0100 Subject: [PATCH] update steps captions --- .github/workflows/code_quality.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_quality.yaml b/.github/workflows/code_quality.yaml index b5aac89..955488d 100644 --- a/.github/workflows/code_quality.yaml +++ b/.github/workflows/code_quality.yaml @@ -11,7 +11,7 @@ on: jobs: format: - name: Format + name: Running formating checks runs-on: ubuntu-latest steps: - name: Check out repository @@ -28,7 +28,7 @@ jobs: cargo fmt -- --check lint: - name: Lint + name: Running lint checks runs-on: ubuntu-latest steps: - name: Check out repository @@ -45,7 +45,7 @@ jobs: cargo clippy -- -D warnings spell-check: - name: Spell check + name: Running spell check runs-on: ubuntu-latest steps: - name: Check out repository