Skip to content

feat(guide-sync): Add more groups for the 3rd party sync applications #2631

feat(guide-sync): Add more groups for the 3rd party sync applications

feat(guide-sync): Add more groups for the 3rd party sync applications #2631

Workflow file for this run

name: Lint - Markdown
on:
push:
branches:
- master
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: markdownlint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/workdir \
ghcr.io/igorshubovych/markdownlint-cli \
-c "/workdir/.markdownlint.yaml" \
.