From 4a175fef7644de2506a55df951b54e58b58dd8d6 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 11 Nov 2024 13:48:21 +0100 Subject: [PATCH] remove TODO in workflow (#900) --- .github/workflows/check-build-test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml index cb227121d..32416f91d 100644 --- a/.github/workflows/check-build-test.yml +++ b/.github/workflows/check-build-test.yml @@ -76,10 +76,6 @@ jobs: - name: "Create all API docs and create site with Paradox" run: sbt docs/makeSite -# TODO: Fix after documentation updates -# - name: Run Link Validator -# run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf - connectors: runs-on: ubuntu-22.04 if: github.repository == 'apache/pekko-connectors'