Skip to content

Commit

Permalink
update steps captions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnikonorov committed Oct 26, 2024
1 parent 6c8e65a commit e1532be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
format:
name: Format
name: Running formating checks
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand All @@ -28,7 +28,7 @@ jobs:
cargo fmt -- --check
lint:
name: Lint
name: Running lint checks
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand All @@ -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
Expand Down

0 comments on commit e1532be

Please sign in to comment.