Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
MovieWebApp
MovieWebApp
/
ci
/
run-style-check.sh
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
sh
9 lines
137 Bytes
Copy permalink
Copy
Raw
1
#!/bin/sh
2
#
3
# Perform style check
4
#
5
6
baseCommit
=
$1
7
8
git clang-format
--style
=
file:.clang-format
\
9
--diff
--extensions
c,h
"
$baseCommit
"