Skip to content

Merge pull request #2853 from dpayne/fix_use_after_free_on_task_close #102

Merge pull request #2853 from dpayne/fix_use_after_free_on_task_close

Merge pull request #2853 from dpayne/fix_use_after_free_on_task_close #102

Workflow file for this run

name: clang-format
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
name: clang-format
with:
source: '.'
extensions: 'hpp,h,cpp,c'
clangFormatVersion: 16