We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771be5c commit 3d6291fCopy full SHA for 3d6291f
1 file changed
.github/workflows/linter.yml
@@ -22,12 +22,12 @@ concurrency:
22
23
jobs:
24
lint:
25
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
26
steps:
27
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
29
- name: Run clang-format
30
- run: apt update && apt search clang-format
+ run: sudo apt update && apt search clang-format
31
32
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
33
name: Lint with Ruff
0 commit comments