Skip to content

Commit c2afc05

Browse files
committed
Rename actions and add badges.
1 parent 0d3433e commit c2afc05

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/format.yml

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

33
on: [push, pull_request]
44

.github/workflows/rust.yml

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

33
on: [push, pull_request]
44

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
This crate contains the BIOS API and common routines for all Neotron systems.
44

5+
![Build Status](https://github.com/neotron-compute/Neotron-Common-BIOS/workflows/Build/badge.svg "Github Action Build Status")
6+
7+
![Format Status](https://github.com/neotron-compute/Neotron-Common-BIOS/workflows/Format/badge.svg "Github Action Format Check Status")
8+
59
## Hardware
610

711
Neotron runs on a variety of ARM Cortex-M based systems.
812

913
## Status
1014

11-
This BIOS is a work in progress.
15+
This BIOS API crate is a work in progress.
1216

1317
## License
1418

0 commit comments

Comments
 (0)