Skip to content

Remove trailing blank spaces #14

Remove trailing blank spaces

Remove trailing blank spaces #14

Workflow file for this run

name: Build
on:
push:
jobs:
build-project:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Configure
uses: threeal/[email protected]
- name: Build
run: cmake -S . -B build && cmake --build build
- name: Run tests
run: cd build && ctest -V