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