Skip to content

Commit 73cc855

Browse files
committed
add clang-format check job
1 parent 4ea5364 commit 73cc855

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/fibonacci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,12 @@ jobs:
2020
- name: Run tests
2121
working-directory: ${{ env.path }}
2222
run: ctest -V
23+
24+
formatting_check:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- uses: actions/checkout@v2
28+
- name: Run clang-format style check
29+
uses: coders-school/github-actions/clang-format-check@main
30+
with:
31+
check_path: 'homework/fibonacci'

0 commit comments

Comments
 (0)