Skip to content

Update the rest of the registry docs #1620

Update the rest of the registry docs

Update the rest of the registry docs #1620

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"