Skip to content

Commit

Permalink
add lexi
Browse files Browse the repository at this point in the history
  • Loading branch information
StarfallProjects committed Jan 25, 2024
1 parent b709986 commit 713a2f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lexi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Report readability

# This action only works on pull request events
on: pull_request

jobs:
report-readability:
name: Report readability
runs-on: ubuntu-latest
steps:
- name: Checkout repo with history
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: Rebilly/lexi@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
glob: 'docs/*.md'

0 comments on commit 713a2f5

Please sign in to comment.