Skip to content

Commit 3cfb0f8

Browse files
authored
Merge pull request #83 from Mastercard/rfeelin-patch-1
Update broken-links.yml
1 parent 97ed846 commit 3cfb0f8

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/broken-links.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
name: broken links?
21
'on':
32
push:
4-
branches:
5-
- "**"
3+
branches:
4+
- "**"
65
schedule:
7-
- cron: 0 16 * * *
8-
workflow_dispatch:
6+
- cron: 0 14 * * *
7+
name: broken links?
98
jobs:
109
linkChecker:
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@v2
1413
- name: Link Checker
1514
id: lc
16-
uses: peter-evans/[email protected]
15+
uses: lycheeverse/lychee-action@v2
1716
with:
18-
args: '-v -r *.md'
17+
args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206
1918
- name: Fail?
2019
run: 'exit ${{ steps.lc.outputs.exit_code }}'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-nodejs&metric=coverage)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-nodejs)
88
[![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-nodejs&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-nodejs)
99
[![](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)
10-
[![](https://img.shields.io/npm/v/mastercard-client-encryption.svg)](https://www.npmjs.com/package/mastercard-client-encryption)
10+
[![](http://img.shields.io/npm/v/mastercard-client-encryption.svg)](http://www.npmjs.com/package/mastercard-client-encryption)
1111
[![](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/Mastercard/client-encryption-nodejs/blob/master/LICENSE)
1212

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

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

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

5959
Adding the library to your project:
6060

0 commit comments

Comments
 (0)