Skip to content

Commit

Permalink
Add readability report
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Nov 25, 2024
1 parent ec12f75 commit 4bf2349
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/readability.yaml
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.GH_PAT }}
glob: '**/*.md'

0 comments on commit 4bf2349

Please sign in to comment.