Skip to content

Move StatusEvent implementation inside the config module #90

Move StatusEvent implementation inside the config module

Move StatusEvent implementation inside the config module #90

Workflow file for this run

name: Build example
on:
push:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
with:
submodules: true
- name: make example
run: make
working-directory: example
- name: make proto example
run: make
working-directory: example/linux/proto-api
- name: make test
run: make
working-directory: test