Skip to content

Sending and saving the configuration now works #12

Sending and saving the configuration now works

Sending and saving the configuration now works #12

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'true'
- name: test
run: make test