Skip to content

Move cs to a separate repository #14

Move cs to a separate repository

Move cs to a separate repository #14

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master", "stage" ]
pull_request:
branches: [ "master", "stage" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
working-directory: ./cpp
run: make test