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.