Skip to content

Commit

Permalink
feat: change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitusun committed Apr 12, 2024
1 parent 1194d4d commit 8a2b5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm test
- run: npm install
- run: npm run test:badges
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

<h5 align="center" style="color: #b5b928b5;fontSize: 25px;marginBottom: 100px">Implementation of some useful functions for Financial Industry</h5>

[![Npm](https://badgen.net/npm/v/o-orange)](https://www.npmjs.com/package/@dz-web/o-orange)
[![Npm](https://badgen.net/npm/v/@dz-web/o-orange)](https://www.npmjs.com/package/@dz-web/o-orange)
[![Npm](https://badgen.net/npm/dependents/o-orange)](https://www.npmjs.com/package/@dz-web/o-orange)

![coverage](./coverage/badge-branches.svg)
![coverage](./coverage/badge-functions.svg)
![coverage](./coverage/badge-lines.svg)
![coverage](./coverage/badge-statements.svg)
Expand Down

0 comments on commit 8a2b5f8

Please sign in to comment.