Skip to content

Refactor to add MQTT integration #12

Refactor to add MQTT integration

Refactor to add MQTT integration #12

Workflow file for this run

name: Make
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: clang libbsd-dev libconfig-dev libmodbus-dev libmosquitto-dev mosquitto-clients
- name: make
run: make
- name: make lint
run: make lint
- name: make test
run: make test