Skip to content

Commit

Permalink
Create ekline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeyexl authored Jan 9, 2025
1 parent 2d85532 commit 65d8fe1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ekline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: EkLine
on:
push:
branches:
- main
pull_request:
jobs:
test-pr-review:
if: github.event_name == 'pull_request'
name: runner / EkLine Reviewer (github-pr-review)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ekline-io/ekline-github-action@v6
with:
content_dir: ./docs
ek_token: ${{ secrets.ek_token }}
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
ignore_rule: "EK00010,EK00003" # Optional

0 comments on commit 65d8fe1

Please # to comment.