107-systems / 107-Arduino-MCP2515

Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.
https://107-systems.org
MIT License
90 stars 14 forks source link

Port CI system to GitHub Actions #14

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

The added workflows replace all the functionality of the removed Travis CI configuration.

In addition, size reporting was added. The change in memory usage of the "MCP2515-Loopback" example sketch which would be caused by PRs will be reported.

Fixes https://github.com/107-systems/107-Arduino-MCP2515/issues/12