Skip to content

Commit 0fdfa9f

Browse files
committed
docs(README): update build status badge
1 parent 8ea7544 commit 0fdfa9f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
needs: test_matrix
4040
steps:
4141
- uses: actions/checkout@v2
42-
- name: Use Node.js ${{ matrix.node-version }}
43-
uses: actions/setup-node@v1
44-
with:
45-
node-version: ${{ matrix.node-version }}
42+
- uses: actions/setup-node@v2
4643
- uses: bahmutov/npm-install@v1
4744
- run: npm run lint

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# semantic-release-cli
22

3-
[![Travis](https://img.shields.io/travis/semantic-release/cli.svg)](https://travis-ci.org/semantic-release/cli)
4-
[![Greenkeeper badge](https://badges.greenkeeper.io/semantic-release/cli.svg)](https://greenkeeper.io/)
3+
[![Build Status](https://github.com/semantic-release/cli/workflows/Test/badge.svg)](https://github.com/semantic-release/cli/actions?query=workflow%3ATest+
54

65
## Install
76

0 commit comments

Comments
 (0)