mirror of
https://github.com/fmtlib/fmt.git
synced 2026-08-03 20:14:20 +02:00
e60274b29c
The lint workflow was path-filtered to source files, so PRs that didn't touch them never ran clang-format/cmake-format. Since those checks are required, such PRs were blocked forever waiting for a status that never came. Drop the paths filter so the workflow always reports a status.