From f1d3988e598be773a6bc7966858288f5d7c49b2c Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 16 Dec 2019 11:56:45 +1100 Subject: [PATCH] doc: add GitHub Actions badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f263d292..0c15d33b48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # `node-gyp` - Node.js native addon build tool -[![Build Status](https://travis-ci.com/nodejs/node-gyp.svg?branch=master)](https://travis-ci.com/nodejs/node-gyp) +[![Travis CI](https://travis-ci.com/nodejs/node-gyp.svg?branch=master)](https://travis-ci.com/nodejs/node-gyp) +[![Build Status](https://github.com/nodejs/node-gyp/workflows/Python_tests/badge.svg)](https://github.com/nodejs/node-gyp/actions?workflow=Python_tests) `node-gyp` is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It contains a fork of the