Skip to content

fix(scan): apply reflected-path tolerance to db panel calibration #42

fix(scan): apply reflected-path tolerance to db panel calibration

fix(scan): apply reflected-path tolerance to db panel calibration #42

Workflow file for this run

name: markdown lint
on:
pull_request:
paths:
- "**/*.md"
permissions:
contents: read
pull-requests: write
jobs:
markdownlint:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: markdownlint
uses: reviewdog/action-markdownlint@v0.26.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review