Skip to content

removed position provider from actions branch #4

removed position provider from actions branch

removed position provider from actions branch #4

Workflow file for this run

name: C/C++ CI
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and run cpp tests
run: make test