Merge pull request #1861 from n8n-io/readability

add lexi
This commit is contained in:
Deborah
2024-01-25 14:52:40 +00:00
committed by GitHub

18
.github/workflows/lexi.yml vendored Normal file
View File

@@ -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'