Skip to content

Commit a59f3ec

Browse files
committed
👷 ci: add reviewdog action [no ci]
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
1 parent 5eceefd commit a59f3ec

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: reviewdog
2+
on: [pull_request]
3+
jobs:
4+
tsc:
5+
name: runner / tsc
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: EPMatt/reviewdog-action-tsc@v1
10+
with:
11+
# Change reviewdog reporter if you need
12+
# [github-pr-check,github-check,github-pr-review].
13+
# More about reviewdog reporters at
14+
# https://github.com/reviewdog/reviewdog#reporters
15+
reporter: github-pr-review
16+
# Change reporter level if you need
17+
# [info,warning,error].
18+
# More about reviewdog reporter level at
19+
# https://github.com/reviewdog/reviewdog#reporters
20+
level: warning

0 commit comments

Comments
 (0)