Skip to content

Commit 3d6291f

Browse files
committed
fixup! squash! to drop
1 parent 771be5c commit 3d6291f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ concurrency:
2222

2323
jobs:
2424
lint:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-slim
2626
steps:
2727
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828

2929
- name: Run clang-format
30-
run: apt update && apt search clang-format
30+
run: sudo apt update && apt search clang-format
3131

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

0 commit comments

Comments
 (0)