Skip to content

add missing ifdef

add missing ifdef #28

Workflow file for this run

name: Check source code formatting
on:
push: {}
pull_request: {}
jobs:
check:
runs-on: ubuntu-latest
container: zhongruoyu/llvm-ports:17.0.4-slim-focal
steps:
- uses: actions/checkout@v4
- name: Check .cpp and .hpp files
run: |
./check_format.sh