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 2d85532 commit 65d8fe1Copy full SHA for 65d8fe1
.github/workflows/ekline.yml
@@ -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