Skip to content

Commit d0748aa

Browse files
authored
Enable EkLine in repo (#85)
* Create ekline.yml * permissions, label, rule * fix grammar and clarity * check entire file * path * check diff context
1 parent e50e9b6 commit d0748aa

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
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+
pull_request:
4+
types: [labeled]
5+
permissions: write-all
6+
jobs:
7+
test-pr-review:
8+
if: contains(github.event.label.name, 'EkLine')
9+
name: runner / EkLine Reviewer (github-pr-review)
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: ekline-io/ekline-github-action@v6
14+
with:
15+
content_dir: ./fern/docs/pages
16+
ek_token: ${{ secrets.ek_token }}
17+
github_token: ${{ secrets.github_token }}
18+
reporter: github-pr-review
19+
filter_mode: diff_context
20+
ignore_rule: "EK00031" # passive voice

fern/docs/pages/plug-sdk/methods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Our PLuG widget SDK is a powerful tool designed to further enhance our widget on your website or application. With our SDK, you can seamlessly integrate our feature-rich widget by empowering you to create a dynamic and personalized user experience. Let's get started.
1+
Our PLuG widget SDK is a powerful tool to further enhance our widget on your website or application. With our SDK, you are empowered to create a dynamic and personalized user experience. Let's get started.
22

33
## Methods
44

0 commit comments

Comments
 (0)