From 075a67e09cc94ff9ee32c7cdd44aec43bac33256 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 6 Feb 2023 10:30:23 +0800 Subject: [PATCH] chore: remove local link checker --- .github/workflows/local-link-checker.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/local-link-checker.yaml diff --git a/.github/workflows/local-link-checker.yaml b/.github/workflows/local-link-checker.yaml deleted file mode 100644 index aa68e4535..000000000 --- a/.github/workflows/local-link-checker.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Local Link Checker - -on: - push: - branches: - - "*" - pull_request: - -jobs: - local-link-checker: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: run checker - run: .github/scripts/local-link-checker.sh - - - name: info for fixing - if: ${{ failure() }} - run: echo "::error::Broken local links found, please use ./.github/scripts/local-link-checker.sh to check locally"