Skip to content

skip TestTypedefArray which is now failling across platforms on CI runs #451

skip TestTypedefArray which is now failling across platforms on CI runs

skip TestTypedefArray which is now failling across platforms on CI runs #451

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
sudo apt-get install -y clang-tidy
- run: |
cmake -B ${{ github.workspace }}/build -C ${{ github.workspace }}/cmake/caches/GNUWarnings.cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_EXPORT_COMPILE_COMMANDS=YES -S ${{ github.workspace }}
- uses: compnerd/clang-tidy-linter-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
build: ${{ github.workspace }}/build