From 9ea9ff919a37dfd7127925f5010c759184042299 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 10 Oct 2023 10:23:11 -0500 Subject: [PATCH] Update the name of the workflow and add a nice badge --- .github/workflows/push-cibuild.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-cibuild.yml b/.github/workflows/push-cibuild.yml index 4bfd50c..ee4304d 100644 --- a/.github/workflows/push-cibuild.yml +++ b/.github/workflows/push-cibuild.yml @@ -1,5 +1,5 @@ on: push -name: cibuild on push +name: "GitHub Pages Health Check Tests" jobs: build: name: "GitHub Pages Health Check Tests" diff --git a/README.md b/README.md index d083140..4ca00a2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ *Checks your GitHub Pages site for common DNS configuration issues* +![Build Status](https://github.com/github/pages-health-check/actions/workflows/push-cibuild.yml/badge.svg) [![Gem Version](https://badge.fury.io/rb/github-pages-health-check.svg)](http://badge.fury.io/rb/github-pages-health-check) ## Installation