Skip to content

Commit 7891c63

Browse files
committed
Minor renames
1 parent 60b4440 commit 7891c63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Clone repo
2323
uses: actions/checkout@v6
2424

25-
- name: Check typos
25+
- name: Check for typos
2626
uses: crate-ci/typos@v1.44.0
2727

2828
format:
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Taplo
3939
run: cargo install --locked taplo-cli
4040

41-
- name: Format
41+
- name: Check formatting
4242
run: |
4343
cargo fmt --all --check
4444
taplo fmt --check
@@ -58,10 +58,10 @@ jobs:
5858
- name: Cache crates
5959
uses: Swatinem/rust-cache@v2
6060

61-
- name: Clippy
61+
- name: Run Clippy
6262
run: cargo clippy --workspace --all-features --tests --benches --examples -- -D warnings
6363

64-
- name: Rustdoc
64+
- name: Check docs
6565
run: |
6666
cargo rustdoc --all-features -- -D warnings
6767
cargo rustdoc -p bevy_replicon_example_backend -- -D warnings

0 commit comments

Comments
 (0)