Skip to content

Add --sync to gitpod and dev docs #237

Add --sync to gitpod and dev docs

Add --sync to gitpod and dev docs #237

Workflow file for this run

name: CI·markdown-lint
on:
pull_request:
paths:
- '**.md'
concurrency:
group: ${{ github.ref }}/md
cancel-in-progress: true
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nosborn/github-action-markdown-cli@v3.2.0
with:
config_file: .github/markdownlint.yml
files: .
dot: true