mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Adjust job names on CI to match existing names
This commit is contained in:
4
.github/workflows/build-code.yml
vendored
4
.github/workflows/build-code.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
command: check
|
command: check
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test Suite
|
name: Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [
|
platform: [
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
command: bootimage
|
command: bootimage
|
||||||
|
|
||||||
check_formatting:
|
check_formatting:
|
||||||
name: Rustfmt
|
name: Check Formatting
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
|||||||
Reference in New Issue
Block a user