From 713a2f58171b34136a15aa574702c47b42484171 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 25 Jan 2024 14:21:44 +0000 Subject: [PATCH] add lexi --- .github/workflows/lexi.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/lexi.yml diff --git a/.github/workflows/lexi.yml b/.github/workflows/lexi.yml new file mode 100644 index 000000000..36f1fbc34 --- /dev/null +++ b/.github/workflows/lexi.yml @@ -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'