From 5dc62dce79336c04a9fb75ad944555af46505c9e Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Sat, 12 Oct 2024 13:45:38 +0200 Subject: [PATCH] build: Check links --- .github/workflows/links.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/links.yml diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml new file mode 100644 index 00000000..88e75355 --- /dev/null +++ b/.github/workflows/links.yml @@ -0,0 +1,19 @@ +name: Links + +on: + repository_dispatch: + workflow_dispatch: + schedule: + - cron: "00 18 * * *" + +jobs: + linkChecker: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Link Checker + id: lychee + uses: lycheeverse/lychee-action@v2 + with: + fail: true