Temporarily disable F-Drod link check (#572)

The CI check needs adaption of the new contribution guide.
This commit is contained in:
offa
2025-11-09 15:20:08 +01:00
parent 8bde5169d1
commit 617ecb98c8
+9 -8
View File
@@ -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