mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
feat: Enforce "no macros" policy with CI checks, compiler warnings, and documentation
This commit is contained in:
3
.github/workflows/upload-build-artifact.yml
vendored
3
.github/workflows/upload-build-artifact.yml
vendored
@@ -35,6 +35,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Enforce macro policy
|
||||
run: ./scripts/check_macros.sh
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user