Skip to content

Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1 #179

Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1

Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1 #179

Workflow file for this run

name: clang-format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: '.'
exclude: './cmake'
extensions: 'c,h,hh,cpp'
clangFormatVersion: 17
style: file # Use .clang-format at repo root