clang-format 18 (#113)

This commit is contained in:
Michael Graeb
2024-06-14 10:39:21 -07:00
committed by GitHub
parent a63485b65b
commit c67be51497
4 changed files with 51 additions and 30 deletions
+4 -6
View File
@@ -5,17 +5,15 @@ on: [push]
jobs:
clang-format:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04 # latest
steps:
- name: Checkout Sources
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: clang-format lint
uses: DoozyX/[email protected]
with:
# List of extensions to check
extensions: c
run: |
./format-check.py
check-submodules:
runs-on: ubuntu-latest