Skip to content

Merge pull request #252 from GeoscienceAustralia/clang-tidy #2

Merge pull request #252 from GeoscienceAustralia/clang-tidy

Merge pull request #252 from GeoscienceAustralia/clang-tidy #2

Workflow file for this run

name: "Run Clang Tidy"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
checkout-and-check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-tidy
uses: HorstBaerbel/action-clang-tidy@1.2
with:
scandir: '.'
builddir: 'build'
excludedirs: ''
extensions: 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx'
cmakeoptions: ''