From b04187702b2c10ba615b5747fc5acaed003fb5a4 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 11 Nov 2024 10:55:07 +0100 Subject: [PATCH] remove TODO in workflow --- .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'