Skip to content

Release 1.15.5 (#24) #70

Release 1.15.5 (#24)

Release 1.15.5 (#24) #70

Workflow file for this run

name: Linting
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.16
with:
source: 'src test include'
exclude: 'test/lib/munit.*'
extensions: 'c,h'
clangFormatVersion: 14
style: file