Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Add new line at the end of files #11

Add new line at the end of files

Add new line at the end of files #11

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: get-cmake
uses: lukka/get-cmake@latest
- run: |
mkdir build
cd build
cmake ..
cmake --build .
ctest