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 f59cce8 commit 35cc119Copy full SHA for 35cc119
.github/workflows/zxc-build-library.yaml
@@ -54,12 +54,6 @@ jobs:
54
with:
55
egress-policy: audit
56
57
- - name: Run Clang-Format
58
- uses: jidicula/clang-format-action@c74383674bf5f7c69f60ce562019c1c94bc1421a # v4.13.0
59
- with:
60
- clang-format-version: "17"
61
- check-path: "src"
62
-
63
- name: Setup Control Groups
64
id: cgroup
65
run: |
@@ -106,6 +100,12 @@ jobs:
106
100
107
101
submodules: true
108
102
103
+ - name: Run Clang-Format
104
+ uses: jidicula/clang-format-action@c74383674bf5f7c69f60ce562019c1c94bc1421a # v4.13.0
105
+ with:
+ clang-format-version: "17"
+ check-path: "src"
+
109
- name: Use Node.js 22
110
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
111
0 commit comments