This commit is contained in:
Tropical
2026-03-29 19:11:32 -05:00
parent ceea5c356c
commit d669174ecd
2 changed files with 12 additions and 10 deletions
+6 -5
View File
@@ -1,11 +1,12 @@
name: Clang-Format (Linux x86/64)
name: Clang-Format (Linux, x86-64)
on:
push:
- "**.cpp"
- "**.h"
- "**.meson.build"
- ".github/workflows/*"
paths:
- "**.cpp"
- "**.h"
- "**.meson.build"
- ".github/workflows/*"
jobs:
formatting-check: