Skip to content

Commit 771be5c

Browse files
committed
squash! to drop
1 parent 286ae43 commit 771be5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828

2929
- name: Run clang-format
30-
uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0
31-
with:
32-
clang-format-version: '17'
33-
fallback-style: 'Google'
30+
run: apt update && apt search clang-format
3431

3532
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
3633
name: Lint with Ruff

0 commit comments

Comments
 (0)