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 844ce58 commit d3bf390Copy full SHA for d3bf390
.github/workflows/master.yml
@@ -17,8 +17,6 @@ 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 -y clang-format-14
22
- name: npm ci
23
run: npm ci
24
- name: npm run format-cpp
.github/workflows/pull-requests.yml
@@ -18,8 +18,6 @@ jobs:
25
0 commit comments