2020-06-22 14:06:45 -03:00
|
|
|
name: Clang Tidy
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2022-09-07 01:09:44 -03:00
|
|
|
- 'main'
|
2020-06-22 14:06:45 -03:00
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- '*'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
2021-09-08 09:03:50 -03:00
|
|
|
container: px4io/px4-dev-clang:2021-09-08
|
2020-06-22 14:06:45 -03:00
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v1
|
|
|
|
with:
|
|
|
|
token: ${{secrets.ACCESS_TOKEN}}
|
|
|
|
|
|
|
|
- name: make clang-tidy-quiet
|
2021-10-06 10:59:50 -03:00
|
|
|
run: make clang-tidy-quiet
|