Skip to content

Commit 4f8917d

Browse files
committed
gh-actions: Simplify names
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent bb95ba7 commit 4f8917d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Firmware Checks
1+
name: Firmware
22

33
on:
44
push:

.github/workflows/software.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Software Checks
1+
name: Software
22

33
on:
44
push:

.github/workflows/traditional-cargo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test builds without cargo-make
22
# Not the recommended path, but should make sure it still works
3-
name: Traditional Cargo Workflow
3+
name: Traditional Cargo
44

55
on:
66
push:
@@ -75,7 +75,7 @@ jobs:
7575
run: cargo run --release --target x86_64-pc-windows-msvc -p inputmodule-control -- --help | grep 'RAW HID and VIA commandline'
7676

7777
lint-format:
78-
name: Lint and format check
78+
name: Lint and format
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)