File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ # /.github/workflows/ci.yaml
2
+ # GitHub actions workflow
3
+
1
4
name : CI
2
5
3
6
on :
47
50
npm test:lib
48
51
publish :
49
52
name : Publish
50
- needs : [lint, test-library, test-external ]
53
+ needs : [lint, test]
51
54
if : startsWith(github.ref, 'refs/tags/v')
52
55
runs-on : ubuntu-latest
53
56
steps :
Original file line number Diff line number Diff line change 1
1
# <div align =" center " > ` rate-limit-redis ` </div >
2
2
3
3
<div align =" center " >
4
- <img alt="Github Workflow Status" src="https://github.com/express-rate-limit/rate-limit-redis/actions/workflows/ci.yml /badge.svg"/>
4
+ <img alt="Github Workflow Status" src="https://github.com/express-rate-limit/rate-limit-redis/actions/workflows/ci.yaml /badge.svg"/>
5
5
<img alt="npm version" src="https://img.shields.io/npm/v/rate-limit-redis.svg"/>
6
6
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/express-rate-limit/rate-limit-redis"/>
7
7
<img alt="npm downloads" src="https://img.shields.io/npm/dm/rate-limit-redis"/>
You can’t perform that action at this time.
0 commit comments