Skip to content

add a str_format function for formatting strings, like {fmt} #19

add a str_format function for formatting strings, like {fmt}

add a str_format function for formatting strings, like {fmt} #19

Workflow file for this run

name: continuous-integration
on: [push, pull_request]
jobs:
linux-os:
runs-on: ubuntu-latest
steps:
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
- name: Git Checkout
uses: actions/checkout@v3
with:
repository: ennorehling/clibs
- name: Build and Test
uses: threeal/[email protected]
with:
args: "-DCMAKE_BUILD_TYPE=Release"
run-test: true