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 pull-requests: read
jobs: jobs:
build: # TODO: #572 - needs improvements
runs-on: ubuntu-latest # build:
name: Check # runs-on: ubuntu-latest
steps: # name: Check
- name: Checkout # steps:
uses: actions/checkout@main # - name: Checkout
- name: Check # uses: actions/checkout@main
run: ./check.sh # - name: Check
# run: ./check.sh
markdownlint: markdownlint:
runs-on: ubuntu-latest runs-on: ubuntu-latest