Skip to content

Merge pull request #130 from Pistonight/layout_resource_mgr #1315

Merge pull request #130 from Pistonight/layout_resource_mgr

Merge pull request #130 from Pistonight/layout_resource_mgr #1315

Workflow file for this run

name: lint_pr
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: DoozyX/[email protected]
with:
source: 'src'
exclude: 'lib'
clangFormatVersion: 12