Skip to content

prep for v14 beta 2 (#4692) #555

prep for v14 beta 2 (#4692)

prep for v14 beta 2 (#4692) #555

Workflow file for this run

name: test-clang-format
on:
push:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- 'data/translations/*.ts'
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- 'data/translations/*.ts'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source code
if: github.event_name == 'push'
uses: actions/checkout@v6
- name: Checkout Source code
if: github.event_name == 'pull_request'
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './src'
extensions: 'h,cpp'
clangFormatVersion: 11
style: file