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