disable SIH on x21-777 and v6u to save flash #27006
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: Clang Tidy | |
on: | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: px4io/px4-dev-clang:2021-09-08 | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
token: ${{secrets.ACCESS_TOKEN}} | |
- uses: corrupt952/[email protected] | |
with: | |
command: make clang-tidy-quiet | |
max_attempts: 3 |