From aeace681bb2ca4f3a057ec70418d133668fbbe93 Mon Sep 17 00:00:00 2001 From: Pino' Surace Date: Thu, 10 Feb 2022 11:58:48 +0100 Subject: [PATCH] Remove Link Check Action Removing the action because it is not working and it was never used. --- .github/workflows/linkchecker.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/linkchecker.yml diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml deleted file mode 100644 index c78daa396f4..00000000000 --- a/.github/workflows/linkchecker.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Check links -on: [pull_request] -jobs: - link-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Link Checker - uses: peter-evans/link-checker@v1 - with: - args: -v -r * \ No newline at end of file