Skip to content

Merge remote-tracking branch 'origin/release-candidate' into gs64-exc… #135

Merge remote-tracking branch 'origin/release-candidate' into gs64-exc…

Merge remote-tracking branch 'origin/release-candidate' into gs64-exc… #135

Workflow file for this run

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