Skip to content

chore: refresh badges and metadata #6

chore: refresh badges and metadata

chore: refresh badges and metadata #6

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