Skip to content

Commit e1d898c

Browse files
committed
docs(readme): Updated build badge
1 parent 81931d4 commit e1d898c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[![downloads][downloads-image]][npm-url]
33
[![build status][build-image]][build-url]
44
[![coverage status][coverage-image]][coverage-url]
5-
[![Language grade: JavaScript][lgtm-image]][lgtm-url]
65
[![Node.JS version][node-version]][node-url]
76

87

@@ -59,12 +58,10 @@ tree.values( ); // [ [ user1, user2, user3 ] ]
5958
[npm-image]: https://img.shields.io/npm/v/rotated-array-set.svg
6059
[npm-url]: https://npmjs.org/package/rotated-array-set
6160
[downloads-image]: https://img.shields.io/npm/dm/rotated-array-set.svg
62-
[build-image]: https://img.shields.io/github/workflow/status/grantila/rotated-array-set/Master.svg
61+
[build-image]: https://img.shields.io/github/actions/workflow/status/grantila/rotated-array-set/master.yml?branch=master
6362
[build-url]: https://github.com/grantila/rotated-array-set/actions?query=workflow%3AMaster
6463
[coverage-image]: https://coveralls.io/repos/github/grantila/rotated-array-set/badge.svg?branch=master
6564
[coverage-url]: https://coveralls.io/github/grantila/rotated-array-set?branch=master
66-
[lgtm-image]: https://img.shields.io/lgtm/grade/javascript/g/grantila/rotated-array-set.svg?logo=lgtm&logoWidth=18
67-
[lgtm-url]: https://lgtm.com/projects/g/grantila/rotated-array-set/context:javascript
6865
[node-version]: https://img.shields.io/node/v/rotated-array-set
6966
[node-url]: https://nodejs.org/en/
7067
[pure-esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

0 commit comments

Comments
 (0)