mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
5b29f942e3
* workflows: remove Python 3.5 which is EOL I'll leave Python 2.7 so that we don't accidentally break it. * scripts: separate tests into functions This way we can run parts of it in respective CI instances. * workflows: separate test into format, python, node This way we don't have an explosion of versions to test. * scripts: use consistent shebang * workflows: use newer action * workflows: ignore node 15 for now * workflows: add fake deploy step * workflows/scripts: update deploy script