mirror of
https://github.com/offa/android-foss.git
synced 2026-07-21 17:35:38 +02:00
Temporarily disable F-Drod link check (#572)
The CI check needs adaption of the new contribution guide.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user