Skip to content

feat: add frontend-low-code docs #100

feat: add frontend-low-code docs

feat: add frontend-low-code docs #100

Workflow file for this run

name: markdownlint
on: [pull_request]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review