Skip to content

common.c, va(): make VA_BUFFERLEN the maximum of 1024 or MAX_OSPATH #521

common.c, va(): make VA_BUFFERLEN the maximum of 1024 or MAX_OSPATH

common.c, va(): make VA_BUFFERLEN the maximum of 1024 or MAX_OSPATH #521

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