Skip to content

expose setDocument of UI #886

expose setDocument of UI

expose setDocument of UI #886

Workflow file for this run

name: clang-format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
source: '.'
exclude: './rootex/vendor'
extensions: 'h,cpp'
clangFormatVersion: 11