File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 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?
98jobs :
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 }}'
Original file line number Diff line number Diff line change 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
5555If 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
5959Adding the library to your project:
6060
You can’t perform that action at this time.
0 commit comments