We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb95ba7 commit 4f8917dCopy full SHA for 4f8917d
.github/workflows/firmware.yml
@@ -1,4 +1,4 @@
1
-name: Firmware Checks
+name: Firmware
2
3
on:
4
push:
.github/workflows/software.yml
-name: Software Checks
+name: Software
.github/workflows/traditional-cargo.yml
@@ -1,6 +1,6 @@
# Test builds without cargo-make
# Not the recommended path, but should make sure it still works
-name: Traditional Cargo Workflow
+name: Traditional Cargo
5
6
@@ -75,7 +75,7 @@ jobs:
75
run: cargo run --release --target x86_64-pc-windows-msvc -p inputmodule-control -- --help | grep 'RAW HID and VIA commandline'
76
77
lint-format:
78
- name: Lint and format check
+ name: Lint and format
79
runs-on: ubuntu-latest
80
steps:
81
- uses: actions/checkout@v3
0 commit comments