Skip to content

Add clang-tidy check GH Actions workflow #107

Add clang-tidy check GH Actions workflow

Add clang-tidy check GH Actions workflow #107

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

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/clangtidy.yml" (source branch with sha:e27fb55c82a3fb8682cdfad47afd98aa127d5a4d) : You have an error in your yaml syntax on line 28
with:
git-ref: ${{ github.ref }}