Skip to content

chore: regenerate sanitized Facades #3

chore: regenerate sanitized Facades

chore: regenerate sanitized Facades #3

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build (CMake configure only for template)
run: |
cmake -S . -B build
cmake --build build --config Release || true