Skip to content

Add two new flags to enable HTTP Server and clients logs #129

Add two new flags to enable HTTP Server and clients logs

Add two new flags to enable HTTP Server and clients logs #129

Workflow file for this run

name: Markdown Lint
on:
- pull_request
- workflow_dispatch
jobs:
remark-lint:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
reporter: github-pr-review