weliem / bluez_inc

A C library for Bluez (BLE) that hides all DBus communication. It doesn't get easier than this. This library can also be used in C++.
MIT License
84 stars 19 forks source link

add a build check #31

Closed charlesnicholson closed 5 months ago

charlesnicholson commented 5 months ago

This PR sets up a very simple and basic build check any time a PR is created or pushed-to. If you'd like to take it, you can give it teeth by setting up build as a required check for PR merging, or you can just use it as an indicator, or you can ignore it entirely :)

Since this project is a small open-source library, you might consider setting the option that lets any inbound pull requests automatically run the action. Otherwise, if you do want checks, you'll need to hand-approve every single CI run of every single PR update... which I can confirm is not a great time!