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 e920658 commit c3c6854Copy full SHA for c3c6854
.github/workflows/master.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: ${{ matrix.nodeVersion }}
20
- name: Set up clang-format
21
- run: sudo apt-get install clang-format
+ run: sudo apt-get install -y clang-format
22
- name: npm ci
23
run: npm ci
24
- name: npm run format-cpp
.github/workflows/pull-requests.yml
@@ -19,7 +19,7 @@ jobs:
25
0 commit comments