File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : Test and coverage
2
- on : [pull_request]
2
+ on :
3
+ push :
4
+ branches :
5
+ - main
6
+ pull_request : { }
7
+ workflow_dispatch : { }
3
8
jobs :
4
9
run :
5
10
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ GitHub version] ( https://badge.fury.io/gh/stabilitydao%2Fstability.svg )] ( https://badge.fury.io/gh/stabilitydao%2Fstability )
4
4
[ ![ npm version] ( https://badge.fury.io/js/@stabilitydao%2Fstability.svg )] ( https://badge.fury.io/js/@stabilitydao%2Fstability )
5
+ [ ![ codecov] ( https://codecov.io/github/stabilitydao/stability/graph/badge.svg?token=V0JV1WOGMM )] ( https://codecov.io/github/stabilitydao/stability )
5
6
6
7
This is library for integrating the platform into Node.js applications.
7
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stabilitydao/stability" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " Stability Integration Library" ,
5
5
"main" : " out/index.js" ,
6
6
"types" : " out/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments