Skip to content

build(deps): bump actions/checkout from 4.3.1 to 6.0.2 #2527

build(deps): bump actions/checkout from 4.3.1 to 6.0.2

build(deps): bump actions/checkout from 4.3.1 to 6.0.2 #2527

Workflow file for this run

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- uses: Rebilly/lexi@5a517542b048ca8cb46e43f27736fed84dfb0e84 # v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
glob: 'docs/**/*.md'