Skip to content

combine powered ascent and coasting modes #29

combine powered ascent and coasting modes

combine powered ascent and coasting modes #29

Workflow file for this run

name: cppcheck
on: [push, pull_request]
jobs:
cppcheck:
name: cppcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install cppcheck
run: sudo apt-get install cppcheck
- name: Run cppcheck
run: cppcheck --version && cppcheck src/