Skip to content

LayoutResourceMgr #1310

LayoutResourceMgr

LayoutResourceMgr #1310

Workflow file for this run

name: lint_pr
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - uses: actions/setup-python@v5
# with:
# python-version: '3.11'
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: 'src'
exclude: 'lib'
clangFormatVersion: 12