Skip to content

DOCS-1088: Document more of the cloud API #107

DOCS-1088: Document more of the cloud API

DOCS-1088: Document more of the cloud API #107

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: npentrel/[email protected]
with:
github-token: ${{ secrets.PR_TOKEN }}
glob: '**/*.md'