From e1505c6c8257cb1e7cade7ca32eef9205e14e19a Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Tue, 4 Jun 2024 10:41:10 -0400 Subject: [PATCH] chore: remove link-checker --- .github/workflows/checks.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index d717e005..166bc780 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -53,23 +53,3 @@ jobs: run: bun install --frozen-lockfile - name: Runs ESLint run: bun run lint:eslint - - link-check: - env: - NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }} - name: link_check - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 # v4 - - - uses: oven-sh/setup-bun@v1 - - - name: "Install dependencies" - run: bun install --production --frozen-lockfile - - - name: "Build site" - run: bun run build - - - uses: untitaker/hyperlink@0.1.32 - with: - args: .output/public/ --sources content/