Skip to content

Commit 26e05bb

Browse files
committed
Fixed the github workflow badge.
1 parent 34eecfc commit 26e05bb

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ C library hosted on Sourceforge and Github sites.
99

1010
# Continuous Integration
1111

12-
This integration uses automated continuous integration services to assist in automated compilation, validation, linting, security scanning, and unit testing to produce robust C code.
12+
This integration uses automated continuous integration services to assist
13+
in automated compilation, validation, linting, security scanning, and unit
14+
testing to produce robust C code.
1315

14-
[![Actions Status](https://github.com/bacnet-stack/bacnet-stack/workflows/CMake/badge.svg)](https://github.com/bacnet-stack/bacnet-stack/actions/workflows/zephyr.yml) GitHub Workflow: BACnet Stack Zephyr Twister Unit Tests
16+
[![Actions Status](https://github.com/bacnet-stack/bacnet-stack-zephyr/actions/workflows/zephyr.yml/badge.svg)](https://github.com/bacnet-stack/bacnet-stack-zephyr/actions/workflows/zephyr.yml) GitHub Workflow: BACnet Stack Zephyr Twister Unit Tests
1517

1618
# What the code does
1719

@@ -25,19 +27,23 @@ starting point for your own projects.
2527

2628
## Hello BACnet Stack
2729

28-
A simple "Hello World" sample that can be used with any supported board boards and prints ["Hello BACnet-Stack"](./zephyr/samples/hello_bacnet_stack/README.rst) to the console.
30+
A simple "Hello World" sample that can be used with any supported board boards
31+
and prints ["Hello BACnet-Stack"](./zephyr/samples/hello_bacnet_stack/README.rst)
32+
to the console.
2933

3034
## BACnet Standardized Device Profiles
3135

3236
### Device Profile - BACnet Smart Actuator (B-SA)
3337

3438
A device application demonstrating configuration of a
35-
[BACnet Smart Actuator (B-SA) device profile](./zephyr/samples/profiles/b-sa/README.rst) that can be used with any supported board boards.
39+
[BACnet Smart Actuator (B-SA) device profile](./zephyr/samples/profiles/b-sa/README.rst)
40+
that can be used with any supported board boards.
3641

3742
### Device Profile - BACnet Smart Sensor (B-SS)
3843

3944
A device application demonstrating configuration of a
40-
[BACnet Smart Sensor (B-SS) device profile](./zephyr/samples/profiles/b-ss/README.rst) that can be used with any supported board boards.
45+
[BACnet Smart Sensor (B-SS) device profile](./zephyr/samples/profiles/b-ss/README.rst)
46+
that can be used with any supported board boards.
4147

4248
# Coding Style and Guidelines
4349

0 commit comments

Comments
 (0)