1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00
bitcask/.github/workflows/reviewdog.yml
2020-01-25 22:11:58 +10:00

13 lines
311 B
YAML

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