Skip to content

world.c: Add the same code as other QS for SV_CreateAreaNode AS REFER… #522

world.c: Add the same code as other QS for SV_CreateAreaNode AS REFER…

world.c: Add the same code as other QS for SV_CreateAreaNode AS REFER… #522

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