Skip to content

Commit 3c455ce

Browse files
committed
Fix action to use file based style
1 parent 2bccd05 commit 3c455ce

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ jobs:
88
# This is pinned to clang-format v19
99
- uses: RafikFarhad/clang-format-github-action@v5
1010
with:
11+
style: "file"
1112
sources: "src/**/*.h,src/**/*.c"

src/dev/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ install: proginstall
4343

4444
clean:
4545
rm -f ${CLEANFILES}
46+
47+
include ${TOP}/src//Makefile.inc

0 commit comments

Comments
 (0)