Skip to content

Commit 35cc119

Browse files
committed
fix: Moved action after checkout
Signed-off-by: gsstoykov <[email protected]>
1 parent f59cce8 commit 35cc119

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/zxc-build-library.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
with:
5555
egress-policy: audit
5656

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-
6357
- name: Setup Control Groups
6458
id: cgroup
6559
run: |
@@ -106,6 +100,12 @@ jobs:
106100
with:
107101
submodules: true
108102

103+
- name: Run Clang-Format
104+
uses: jidicula/clang-format-action@c74383674bf5f7c69f60ce562019c1c94bc1421a # v4.13.0
105+
with:
106+
clang-format-version: "17"
107+
check-path: "src"
108+
109109
- name: Use Node.js 22
110110
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
111111
with:

0 commit comments

Comments
 (0)