Skip to content

Add clang-tidy check GH Actions workflow #110

Add clang-tidy check GH Actions workflow

Add clang-tidy check GH Actions workflow #110

Workflow file for this run

name: CI
on:
push:
# branches: [ master ]
pull_request:
# branches: [ master ]
jobs:
build:
name: "CI"
uses: ./.github/workflows/build.yml
with:
git-ref: ${{ github.ref }}
check:
name: "Clang-Tidy"
uses: ./.github/workflows/clangtidy.yml
with:
git-ref: ${{ github.ref }}