Skip to content

Merge branch 'master' of https://github.com/GeoscienceAustralia/DynAd… #10

Merge branch 'master' of https://github.com/GeoscienceAustralia/DynAd…

Merge branch 'master' of https://github.com/GeoscienceAustralia/DynAd… #10

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/[email protected]
with:
scandir: '.'
builddir: 'build'
excludedirs: ''
extensions: 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx'
cmakeoptions: ''