From ac4df31c66d85e2b82441a31f31258c4da3a1f78 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Mon, 23 Oct 2023 11:36:45 +0200 Subject: [PATCH] Remove link check GH action --- .github/workflows/link-check.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/link-check.yml diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml deleted file mode 100644 index f639ff6f..00000000 --- a/.github/workflows/link-check.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Link check - -on: - repository_dispatch: - workflow_dispatch: - schedule: - - cron: "0 9 * * 1" - -jobs: - linkChecker: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Link Checker - id: lychee - uses: lycheeverse/lychee-action@v1.8.0 - - - name: Create Issue From File - if: env.lychee_exit_code != 0 - uses: peter-evans/create-issue-from-file@v4 - with: - title: Link Checker Report - content-filepath: ./lychee/out.md - labels: report, automated issue