Hello,
thanks for this Library!
As there is currently no CI here maybe this can help you?
This PR brings a github action that runs on every push or pull request. It takes the current state of the repository and compiles every example. It is done using the official arduino "compile-sketch" action: https://github.com/arduino/compile-sketches
It is a minimalistic setup as it compiles only for the default board (Arduino Uno).
If all examples compiled without error, its considered passing.
Further it runs a spell check, this PR is also fixing all spell errors found from this very CI.
Hello, thanks for this Library! As there is currently no CI here maybe this can help you?
This PR brings a github action that runs on every push or pull request. It takes the current state of the repository and compiles every example. It is done using the official arduino "compile-sketch" action: https://github.com/arduino/compile-sketches It is a minimalistic setup as it compiles only for the default board (Arduino Uno). If all examples compiled without error, its considered passing.
Further it runs a spell check, this PR is also fixing all spell errors found from this very CI.
An example run: https://github.com/designer2k2/Arduino_CAN_BUS_MCP2515/actions/runs/6915871426/job/18815299906
greetings from Austria, Stephan