Skip to content

[vpdq] Ensure VpdqHasher joins threads on destruction #172

[vpdq] Ensure VpdqHasher joins threads on destruction

[vpdq] Ensure VpdqHasher joins threads on destruction #172

# Copyright (c) Meta Platforms, Inc. and affiliates.
# From: https://github.com/marketplace/actions/clang-format-check#multiple-paths
name: vpdq clang-format Check vpdq
on:
push:
branches:
- main
paths:
- "vpdq/cpp/**"
- ".github/workflows/vpdq-ci-cpp-format.yml"
pull_request:
branches:
- main
paths:
- "vpdq/cpp/**"
- ".github/workflows/vpdq-ci-cpp-format.yml"
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '14'
check-path: 'vpdq/cpp'