mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
13 lines
311 B
YAML
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
|