We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209556d commit e5586f1Copy full SHA for e5586f1
.github/workflows/clang-format.yml
@@ -18,7 +18,7 @@ jobs:
18
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/${{github.base_ref}}:refs/remotes/origin/${{github.base_ref}}
19
20
- name: Get clang-format first
21
- run: sudo apt-get install clang-format-9
+ run: sudo apt-get install -yqq clang-format-9
22
23
- name: Run clang-format for the patch
24
run: |
0 commit comments