Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 16, 2024
1 parent b187a53 commit 2362660
Show file tree
Hide file tree
Showing 15 changed files with 441 additions and 636 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Coverage
run: npm run coverage
- name: Badges
uses: jpb06/jest-badges-action@latest
with:
branches: main
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Coverage
run: npm run coverage
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
#### with Google Cloud Key Management Service

[![CI](https://github.com/transmute-industries/google-cloud-kms-cose-sign/actions/workflows/ci.yml/badge.svg)](https://github.com/transmute-industries/google-cloud-kms-cose-sign/actions/workflows/ci.yml)
![Branches](./badges/coverage-branches.svg)
![Functions](./badges/coverage-functions.svg)
![Lines](./badges/coverage-lines.svg)
![Statements](./badges/coverage-statements.svg)
![Jest coverage](./badges/coverage-jest%20coverage.svg)

## Usage

🔥 This package is not stable or suitable for production use 🚧

```bash
nvm use 18
npm install '@transmute/google-cloud-kms-cose-sign'
npm install @transmute/google-cloud-kms-cose-sign
```

```ts
Expand Down
1 change: 0 additions & 1 deletion badges/coverage-branches.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/coverage-functions.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/coverage-jest coverage.svg

This file was deleted.

Loading

0 comments on commit 2362660

Please sign in to comment.