mirror of
https://github.com/fmtlib/fmt.git
synced 2026-06-15 08:26:13 +08:00
Run lint workflow on all PRs to fix stuck required checks
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.
This commit is contained in:
parent
87bb05d3b2
commit
e60274b29c
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@ -2,11 +2,6 @@ name: lint
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- '**.h'
|
|
||||||
- '**.cc'
|
|
||||||
- '**.cmake'
|
|
||||||
- '**/CMakeLists.txt'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user