Skip to content

Corrects typoes

Corrects typoes #137

Workflow file for this run

name: Windows
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: create cmake project
run: cmake -S . -B build -G "Visual Studio 17 2022" -A x64
- name: build project
run: cmake --build build --config Debug
- name: execute test
run: ./build/Debug/TestInterval.exe