Merge pull request #678 from UziTech/fix-readme

fix readme badges
This commit is contained in:
Tony Brix 2020-11-13 07:40:51 -06:00 committed by GitHub
commit 814d337158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,6 @@ on:
pull_request:
branches:
- master
- next
jobs:
baseline:

View File

@ -1,10 +1,12 @@
name: 'Lint And Test'
on:
push:
branches:
- master
pull_request:
branches:
- master
- next
jobs:
lint:

View File

@ -1,7 +1,7 @@
# LDAPjs
[![Build Status](https://github.com/ldapjs/node-ldapjs/workflows/.github/workflows/main.yml/badge.svg)]
[![Coverage Status](https://coveralls.io/repos/github/ldapjs/node-ldapjs/badge.svg)]
[![Build Status](https://github.com/ldapjs/node-ldapjs/workflows/Lint%20And%20Test/badge.svg)](https://github.com/ldapjs/node-ldapjs/actions)
[![Coverage Status](https://coveralls.io/repos/github/ldapjs/node-ldapjs/badge.svg)](https://coveralls.io/github/ldapjs/node-ldapjs/)
LDAPjs makes the LDAP protocol a first class citizen in Node.js.