Skip to content

update SDL2 to latest official 2.30.9 version #513

update SDL2 to latest official 2.30.9 version

update SDL2 to latest official 2.30.9 version #513

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