Skip to content

Commit f35e136

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

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,14 @@ 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+
- uses: actions/checkout@v2
108+
with:
109+
submodules: true
110+
- run: .github/before_script.sh
111+
- run: .github/format.sh
112+

0 commit comments

Comments
 (0)