Skip to content

add extract code sample to syscall_async documentation #70

add extract code sample to syscall_async documentation

add extract code sample to syscall_async documentation #70

name: clang-format Check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/clang-format-action@f62da5e3d3a2d88ff364771d9d938773a618ab5e #v4.11.0
with:
clang-format-version: '15'
exclude-regex: 'include/falcosecurity/internal/deps/*'