Skip to content

More static argnums #1050

More static argnums

More static argnums #1050

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/clang-format-lint-action@v0.16.2
with:
source: 'src'
style: 'llvm'
clangFormatVersion: 16