Skip to content

Commit af6605b

Browse files
PLCostercharlesgutwirthjo-cellalabaird
committed
Added CI/CD badges to READMEs, altered workflow names for readability
Co-authored-by: Charles Gutwirth <[email protected]> Co-authored-by: Jordan Hisel <[email protected]> Co-authored-by: Lindsay Baird <[email protected]>
1 parent 1668221 commit af6605b

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: dev branch sapling extension CI
1+
name: dev CI
22

33
# Run this workflow on PR into dev branch
44
on:

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Master branch sapling extension CI/CD
1+
name: master CI/CD
22

33
# Run this workflow on PR into dev branch
44
on:

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling"></a>
2727
<!-- GITHUB RELEASE VERSION -->
2828
<a href="https://github.com/oslabs-beta/sapling/releases"><img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/oslabs-beta/sapling?include_prereleases"></a>
29+
<!-- BUILD STATUS -->
30+
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml"><img alt="master CI/CD workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml/badge.svg"></a>
31+
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml"><img alt="dev CI workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml/badge.svg"></a>
2932
<!-- LICENSE -->
3033
<a href="https://github.com/oslabs-beta/sapling/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/oslabs-beta/sapling"></a>
3134
<!-- CONTRIBUTIONS -->

sapling/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling"></a>
2929
<!-- GITHUB RELEASE VERSION -->
3030
<a href="https://github.com/oslabs-beta/sapling/releases"><img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/oslabs-beta/sapling?include_prereleases"></a>
31+
<!-- BUILD STATUS -->
32+
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml"><img alt="master CI/CD workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml/badge.svg"></a>
33+
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml"><img alt="dev CI workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml/badge.svg"></a>
3134
<!-- LICENSE -->
3235
<a href="https://github.com/oslabs-beta/sapling/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/oslabs-beta/sapling"></a>
3336
<!-- CONTRIBUTIONS -->

0 commit comments

Comments
 (0)