ICOMP-UNC / Team-3

This project leverages the STM32F103C8T6 Bluepill microcontroller and the libopencm3 library to create an advanced conveyor belt system with adjustable speed and height-based object detection.
https://www.youtube.com/watch?v=Oym1SDomOgo
MIT License
1 stars 0 forks source link

Organized some files and set up CI/CD #8

Closed iledesma08 closed 1 week ago

iledesma08 commented 1 week ago

Organized some files and set up CI/CD

Summary

This PR adds necessary files for Continous Integration and Deployment on GitHub for every Pull Request that we do.

Details

Each time we open a PR, GitHub runs some actions that do the following:

If any of these checks fail, we can see what exactly went wrong and correct it before doing the merge.

XlokolokiX commented 1 week ago

Ok!