diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 335833d..1db57a9 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -16,6 +16,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Check broken links in documentation using Markup Link Checker (mlc) + uses: becheran/mlc@v0.18.0 + if: runner.os == 'Linux' - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: diff --git a/README.md b/README.md index de0a60e..7ace498 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Known Vulnerabilities](https://snyk.io/test/github/Xray-App/xray-junit-extensions/badge.svg)](https://snyk.io/test/github/Xray-App/xray-junit-extensions) ![code coverage]( https://raw.githubusercontent.com/Xray-App/xray-junit-extensions/main/.github/badges/jacoco.svg) -[![Codacy Badge](https://app.codacy.com/project/badge/Grade/686a52b4d223469d894af90071ee93d2)](https://www.codacy.com/gh/Xray-App/xray-junit-extensions/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Xray-App/xray-junit-extensions&utm_campaign=Badge_Grade) [![license](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/Xray-App/community) [![Maven Central Version](https://img.shields.io/maven-central/v/app.getxray/xray-junit-extensions)](https://central.sonatype.com/artifact/app.getxray/xray-junit-extensions/)