Skip to content

new: update SDK to plugin API version 3.6.0 #28

new: update SDK to plugin API version 3.6.0

new: update SDK to plugin API version 3.6.0 #28

name: clang-format Check
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- 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/*'