Skip to content

Commit 65d8fe1

Browse files
authored
Create ekline.yml
1 parent 2d85532 commit 65d8fe1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ekline.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: EkLine
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
jobs:
8+
test-pr-review:
9+
if: github.event_name == 'pull_request'
10+
name: runner / EkLine Reviewer (github-pr-review)
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: ekline-io/ekline-github-action@v6
15+
with:
16+
content_dir: ./docs
17+
ek_token: ${{ secrets.ek_token }}
18+
github_token: ${{ secrets.github_token }}
19+
reporter: github-pr-review
20+
ignore_rule: "EK00010,EK00003" # Optional

0 commit comments

Comments
 (0)