Skip to content

Commit 959c89c

Browse files
authored
fix: disable husky (#4)
* ci(main.yml): disable husky in CI https://typicode.github.io/husky/#/?id=with-env-variables fix #2 * docs(readme.md): fix badge urls
1 parent 748a81b commit 959c89c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: main
22
on: [push, pull_request]
3+
env:
4+
HUSKY: 0
35
jobs:
46
test:
57
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![NPM version][npm-image]][npm-url]
44
[![NPM download][download-image]][download-url]
5-
[![codebeat badge](https://codebeat.co/badges/93d238e4-31cc-4865-80b6-8b6d4695c249)](https://codebeat.co/projects/github-com-node-casbin-casbin-mongo-changestream-watcher-master)
6-
[![Coverage Status](https://coveralls.io/repos/github/node-casbin/casbin-mongo-changestream-watcher/badge.svg?branch=master)](https://coveralls.io/repos/github/node-casbin/casbin-mongo-changestream-watcher?branch=master)
5+
[![codebeat badge](https://codebeat.co/badges/6a941388-2e36-408b-952e-2bd227e3997c)](https://codebeat.co/projects/github-com-node-casbin-mongo-changestream-watcher-master)
6+
[![Coverage Status](https://coveralls.io/repos/github/node-casbin/mongo-changestream-watcher/badge.svg?branch=master)](https://coveralls.io/github/node-casbin/mongo-changestream-watcher?branch=master)
77
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/casbin/lobby)
88
[![tests](https://github.com/node-casbin/casbin-mongo-changestream-watcher/actions/workflows/main.yml/badge.svg)](https://github.com/node-casbin/casbin-mongo-changestream-watcher/actions/workflows/main.yml)
99

0 commit comments

Comments
 (0)