Skip to content

Commit 2cb60b6

Browse files
authored
Rename CI passes more accurately
1 parent c3115b4 commit 2cb60b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Trigger CI on PR updates and main branch pushes
22
# Uses caching and selective path triggers to optimize performance
33

4-
name: Robrix Rust CI
4+
name: Robrix CI
55

66
# Only `main` branch
77
on:
@@ -45,7 +45,7 @@ jobs:
4545
# Basic compilation check to ensure code builds
4646
check:
4747
if: github.event.pull_request.draft == false
48-
name: Check
48+
name: cargo check
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@v4
@@ -60,7 +60,7 @@ jobs:
6060

6161
clippy:
6262
if: github.event.pull_request.draft == false
63-
name: Clippy
63+
name: clippy
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@v4
@@ -77,9 +77,9 @@ jobs:
7777

7878
typos:
7979
if: github.event.pull_request.draft == false
80-
name: Check for typos
80+
name: typos
8181
runs-on: ubuntu-latest
8282
steps:
8383
- uses: actions/checkout@v4
8484
- name: Check for typos
85-
uses: crate-ci/typos@master
85+
uses: crate-ci/typos@master

0 commit comments

Comments
 (0)