Skip to content

feat: print clang format errors both to console and file #11

feat: print clang format errors both to console and file

feat: print clang format errors both to console and file #11

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'