We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53d35c commit a69855fCopy full SHA for a69855f
.github/workflows/reviewdog.yml
@@ -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
17
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments