Skip to content

cleanup: Enable some more modernize clang-tidy checks. #2117

cleanup: Enable some more modernize clang-tidy checks.

cleanup: Enable some more modernize clang-tidy checks. #2117

Workflow file for this run

name: ci
on:
pull_request:
branches: [master]
# Cancel old PR builds when pushing new commits.
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
common:
uses: TokTok/ci-tools/.github/workflows/common-ci.yml@master