BUGFIX: ArduPlane support should use Q_M_PWM_TYPE instead of MOT_PWM_… #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: gitavscan | |
on: [push] | |
jobs: | |
gitavscan: | |
runs-on: ubuntu-latest | |
name: AV scan | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: '0' | |
- name: Git AV Scan | |
uses: djdefi/gitavscan@main |