Skip to content

Commit a69855f

Browse files
authored
Create reviewdog.yml
1 parent c53d35c commit a69855f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: reviewdog
2+
permissions:
3+
contents: read
4+
pull-requests: write
5+
on: [pull_request]
6+
jobs:
7+
remark-lint:
8+
name: runner / remark-lint
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v1
12+
with:
13+
fetch-depth: 0
14+
- name: Run remark-lint with reviewdog for documentation projects.
15+
uses: ./lint
16+
with:
17+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)