Skip to content

Check Formatting (comment /format to auto-fix) #21938

Check Formatting (comment /format to auto-fix)

Check Formatting (comment /format to auto-fix) #21938

name: Check Formatting (comment /format to auto-fix)
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
types: [checks_requested]
jobs:
check-formatting:
if: github.event_name != 'pull_request' || github.event.pull_request.draft != true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: ./.github/actions/format-setup
- run: ./extras/formatting.sh --check-only