Skip to content

Commit 8255be0

Browse files
committed
debug validation
1 parent 1cc5081 commit 8255be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
run: |
107107
COMMIT_MSG=$(git log -1 --pretty=%B)
108108
echo "$COMMIT_MSG" > .git/COMMIT_EDITMSG
109+
cat .git/COMMIT_EDITMSG
109110
pre-commit run --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG
110111
111112
- name: cpplint
@@ -277,4 +278,4 @@ jobs:
277278
uses: actions/upload-artifact@v4
278279
with:
279280
name: macos-${{ matrix.macos-version }}-libgraphar.a
280-
path: cpp/build-static/libgraphar.a
281+
path: cpp/build-static/libgraphar.a

0 commit comments

Comments
 (0)