Skip to content

Commit

Permalink
Add GH action for readability (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: Tanay Pant <tanaypantprotonmail.com>
  • Loading branch information
tanay1337 authored Oct 20, 2023
1 parent f71a7b1 commit 866bcaf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/report-readability.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Report readability

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: '**/*.md'

0 comments on commit 866bcaf

Please sign in to comment.