From 9294f2fcf89a4e4aa422f6f57ce9cba3661f02aa Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Thu, 24 Dec 2020 13:20:49 -0800 Subject: [PATCH] chore: use GitHub Actions build-status badge --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 133bad76..f5e3c185 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ name: Node.js CI on: [push, pull_request] jobs: - ci: + build: runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/README.md b/README.md index 269acca3..aaf529c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JSDoc -[![Build Status](https://travis-ci.org/jsdoc/jsdoc.svg?branch=master)](http://travis-ci.org/jsdoc/jsdoc) +![Build status](https://github.com/jsdoc/jsdoc/workflows/build/badge.svg) An API documentation generator for JavaScript.