Skip to content

Limit alias models to 32k vertices #518

Limit alias models to 32k vertices

Limit alias models to 32k vertices #518

name: Formatting check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- check: 'Quake'
- check: 'Shaders'
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: ${{ matrix.path['check'] }}
extensions: 'h,c,cpp'
clangFormatVersion: 17