Skip to content

Possible CI fix for linux? #2053

Possible CI fix for linux?

Possible CI fix for linux? #2053

Workflow file for this run

name: Clang-Format
on:
push:
pull_request:
merge_group:
jobs:
build:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: 'src'
style: 'llvm'
clangFormatVersion: 16