From c6008bac3a52c60aa8b1ffb83f3fa79bbd99cb5c Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Mon, 26 Feb 2024 12:00:43 -0700 Subject: [PATCH] Delete .github directory Removed workflow in lieu of local process. --- .github/workflows/link-checker.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/link-checker.yml diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml deleted file mode 100644 index 9d9d481..0000000 --- a/.github/workflows/link-checker.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Link Checker - -on: - push: - pull_request: - -jobs: - linkChecker: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Link Checker - uses: lycheeverse/lychee-action@v1 - with: - fail: true - args: --base . --verbose --no-progress './**/*.md' './**/*.mdx' './**/*.html' './**/*.rst'