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 15:45:14 +10:00

13 lines
300 B
YAML

name: reviewdog
on: [pull_request]
jobs:
remark-lint:
name: runner / remark-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: remark-lint
uses: prologic/action-remark-lint@v0.0.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}