Skip to content

Commit 99c2e7a

Browse files
committed
fixup! CI format test
1 parent ba47e42 commit 99c2e7a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,10 @@ jobs:
9999
- run: .github/before_script.sh
100100
- run: .github/script.sh
101101

102+
clang-format:
103+
runs-on: ubuntu-22.04
104+
env:
105+
APT_INSTALL: clang-format
106+
steps:
107+
- run: .github/format.sh
108+

0 commit comments

Comments
 (0)