Skip to content

Commit e920658

Browse files
committed
wip
1 parent bf4042d commit e920658

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.nodeVersion }}
20+
- name: Set up clang-format
21+
run: sudo apt-get install clang-format
2022
- name: npm ci
2123
run: npm ci
2224
- name: npm run format-cpp

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: ${{ matrix.nodeVersion }}
21+
- name: Set up clang-format
22+
run: sudo apt-get install clang-format
2123
- name: npm ci
2224
run: npm ci
2325
- name: npm run format-cpp

0 commit comments

Comments
 (0)