From 617ecb98c85545b90503867715bbfa69209aac1f Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Sun, 9 Nov 2025 15:20:08 +0100 Subject: [PATCH] Temporarily disable F-Drod link check (#572) The CI check needs adaption of the new contribution guide. --- .github/workflows/ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84513bd..a1367ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,15 @@ permissions: pull-requests: read jobs: - build: - runs-on: ubuntu-latest - name: Check - steps: - - name: Checkout - uses: actions/checkout@main - - name: Check - run: ./check.sh + # TODO: #572 - needs improvements + # build: + # runs-on: ubuntu-latest + # name: Check + # steps: + # - name: Checkout + # uses: actions/checkout@main + # - name: Check + # run: ./check.sh markdownlint: runs-on: ubuntu-latest