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 b3c3981 commit 393eaa9Copy full SHA for 393eaa9
.github/workflows/checkformat.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v6
16
- name: Install clang-format
17
run: |
18
- sudo apt-get install -Uyq install clang-format
+ sudo apt-get -Uyq install clang-format
19
- name: Check format
20
21
contrib/checkformat.sh
0 commit comments