From 19a6022b193116ffca09cdaae72d14a65a456f3b Mon Sep 17 00:00:00 2001 From: OliverOdo Date: Wed, 4 Jan 2023 08:07:36 +0700 Subject: [PATCH] Create 404-links.yml --- .github/workflows/404-links.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/404-links.yml diff --git a/.github/workflows/404-links.yml b/.github/workflows/404-links.yml new file mode 100644 index 0000000..28b24e3 --- /dev/null +++ b/.github/workflows/404-links.yml @@ -0,0 +1,14 @@ +name: Dead link checker + +on: + push: + branches: [ master ] + pull_request: + types: [assigned, opened, synchronize, reopened] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Check links + uses: restqa/404-links@2.2.0