Skip to content

Feature/auto changelog #19

Feature/auto changelog

Feature/auto changelog #19

Workflow file for this run

name: Clang-format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: '../ezsnmp/.'
extensions: 'c,cpp,h,hpp'
clangFormatVersion: 20