1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Added reviewdog / remark-lint checks

This commit is contained in:
James Mills 2020-01-25 15:01:37 +10:00
parent e4e52e907b
commit 7803e1a73a
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

12
.github/workflows/reviewdog.yml vendored Normal file
View File

@ -0,0 +1,12 @@
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.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}