fix: Update API Reference definitions #1302
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,mdx}' |