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:
parent
e4e52e907b
commit
7803e1a73a
12
.github/workflows/reviewdog.yml
vendored
Normal file
12
.github/workflows/reviewdog.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user