Skip to content

Commit f8516d4

Browse files
committed
Fix CI file format
1 parent 71ce830 commit f8516d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- master
1111

1212
jobs:
13-
clang-format-check:
13+
clang-format-check:
1414
runs-on: macos-11
1515
steps:
1616
- name: Clone repository
@@ -22,7 +22,7 @@ clang-format-check:
2222
- name: Run clang format check
2323
run: |
2424
bash scripts/check-clang.sh
25-
25+
2626
mac-os-build-clang:
2727
runs-on: macos-12
2828
env:

0 commit comments

Comments
 (0)