Skip to content

Close #28: Refactor messaging parsing: Use single-threaded state machine in place of two-threaded implementation #1

Close #28: Refactor messaging parsing: Use single-threaded state machine in place of two-threaded implementation

Close #28: Refactor messaging parsing: Use single-threaded state machine in place of two-threaded implementation #1

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Run build.sh
run: build.sh