Skip to content

test: add file to test clang format action #7

test: add file to test clang format action

test: add file to test clang format action #7

name: Clang Format Check
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
code-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Clang Format Check
uses: ./.github/actions/clang-format
with:
path: 'src/'
id: 'wazuh-agent'