Skip to content

DOCS-639: Make tab content indexed #237

DOCS-639: Make tab content indexed

DOCS-639: Make tab content indexed #237

Workflow file for this run

name: Report readability
# This action only works on pull request events
on:
pull_request_target:
branches: [ main ]
types: [ labeled, synchronize ]
jobs:
report-readability:
if: ${{ contains(github.event.*.labels.*.name, 'safe to build') }}
name: Report readability
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head.sha}}
fetch-depth: 0
- uses: Rebilly/lexi@v2
with:
github-token: ${{ secrets.PR_TOKEN }}
glob: '**/*.md'