Skip to content

Enable ASAN for unit tests #3

Enable ASAN for unit tests

Enable ASAN for unit tests #3

Workflow file for this run

name: test-clang-format
on: [push,pull_request]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: "."
exclude: ""
extensions: 'h,cpp'
style: file
clangFormatVersion: 20