Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
name: broken links?
'on':
push:
branches:
- "**"
branches:
- "**"
schedule:
- cron: 0 16 * * *
workflow_dispatch:
- cron: 0 14 * * *
name: broken links?
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
id: lc
uses: peter-evans/[email protected]
uses: lycheeverse/lychee-action@v2
with:
args: '-v -r *.md'
args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206
- name: Fail?
run: 'exit ${{ steps.lc.outputs.exit_code }}'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-nodejs&metric=coverage)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-nodejs)
[![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-nodejs&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-nodejs)
[![](https://github.com/Mastercard/client-encryption-nodejs/workflows/broken%20links%3F/badge.svg)](https://github.com/Mastercard/client-encryption-nodejs/actions?query=workflow%3A%22broken+links%3F%22)
[![](https://img.shields.io/npm/v/mastercard-client-encryption.svg)](https://www.npmjs.com/package/mastercard-client-encryption)
[![](http://img.shields.io/npm/v/mastercard-client-encryption.svg)](http://www.npmjs.com/package/mastercard-client-encryption)
[![](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/Mastercard/client-encryption-nodejs/blob/master/LICENSE)

## Table of Contents
Expand Down Expand Up @@ -54,7 +54,7 @@ As part of this set up, you'll receive:

If you want to use **mastercard-client-encryption** with [Node.js](https://nodejs.org/), it is available through `npm`:

- [https://npmjs.org/package/mastercard-client-encryption](https://npmjs.org/package/mastercard-client-encryption)
- [http://npmjs.org/package/mastercard-client-encryption](http://npmjs.org/package/mastercard-client-encryption)

Adding the library to your project:

Expand Down
Loading