Skip to content

Dockerfile : keep libmad, set libmpg123 for Mac builds #502

Dockerfile : keep libmad, set libmpg123 for Mac builds

Dockerfile : keep libmad, set libmpg123 for Mac builds #502

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