Skip to content

feat(ingestion/airbyte): Airbyte Connector #2396

feat(ingestion/airbyte): Airbyte Connector

feat(ingestion/airbyte): Airbyte Connector #2396

name: markdown format
on:
push:
branches:
- master
paths:
- "**/*.md"
pull_request:
branches:
- "**"
paths:
- "**/*.md"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
markdown_format_check:
name: markdown_format_check
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: acryldata/sane-checkout-action@v4
- uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: run prettier --check
run: |-
./gradlew :datahub-web-react:mdPrettierCheck