Skip to content

docs: restructure, clarify, consolidate existing docs #2288

docs: restructure, clarify, consolidate existing docs

docs: restructure, clarify, consolidate existing docs #2288

Workflow file for this run

name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v3
with:
fetch-depth: 0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #3.0.1
with:
extra_args: --show-diff-on-failure --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}