Skip to content

Update clang-format to 17.0.3 and port clang-format actions from obs-studio pull request run πŸš€ #2

Update clang-format to 17.0.3 and port clang-format actions from obs-studio pull request run πŸš€

Update clang-format to 17.0.3 and port clang-format actions from obs-studio pull request run πŸš€ #2

Workflow file for this run

name: Pull
run-name: ${{ github.event.pull_request.title }} pull request run πŸš€
on:
workflow_dispatch:
pull_request:
paths-ignore:
- '**.md'
branches: [master]
types: [ opened, synchronize, reopened ]
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
check-format:
name: Format πŸ”
uses: ./.github/workflows/check-format.yaml
permissions:
contents: read