Merge branch 'master' into 676-remove-logging-conditionals
This commit is contained in:
commit
0e7c6b5be1
|
@ -7,7 +7,6 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- next
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
baseline:
|
baseline:
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
name: 'Lint And Test'
|
name: 'Lint And Test'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- next
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# LDAPjs
|
# LDAPjs
|
||||||
|
|
||||||
[![Build Status](https://github.com/ldapjs/node-ldapjs/workflows/.github/workflows/main.yml/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)]
|
[![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.
|
LDAPjs makes the LDAP protocol a first class citizen in Node.js.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue