From c4b47b2c29807d88f9e5604f6cd77b135b144355 Mon Sep 17 00:00:00 2001 From: Sam W Date: Fri, 10 Jun 2022 14:44:02 +0100 Subject: [PATCH] Update CI checks --- .github/workflows/main.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89ba55e..17d4744 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,14 +7,17 @@ on: branches: [ main ] jobs: - check: + link-check: runs-on: ubuntu-latest - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Link Checker - uses: peter-evans/link-checker@v1.2.2 + uses: lycheeverse/lychee-action@v1.5.0 + with: + fail: true + html-validate: + runs-on: ubuntu-latest + steps: - name: HTML5 Validator uses: Cyb3r-Jak3/html5validator-action@v7.0.0 with: