unl-nimbus-lab / pymavswarm

Python library used to safely control drone swarms and drone fleets with MAVLink
https://pymavswarm.readthedocs.io
GNU General Public License v3.0
17 stars 5 forks source link

Fixed broken CI pipeline #125

Closed evan-palmer closed 2 years ago

evan-palmer commented 2 years ago

Checklist

Changes Made

This PR resolves an error in which the CI pipeline was not checking for linting errors. This was allowing developers to contribute changes that did not pass the project linters.

Associated Issues

Files Changed

Testing

Pipeline tests were performed using Github Actions to ensure that a broken change will result in an error in the Github Actions CI pipeline. The test can be observed here.

Issues Introduced

N/A