Skip to content

Commit 301e533

Browse files
committed
Add github actions clang-format check
Signed-off-by: mdouglas47 <mdouglas47@bloomberg.net>
1 parent fbecddd commit 301e533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# shell scripts. If the last executed process in a "run" step ends with a
7575
# non-zero exit code, the step fails.
7676
#
77-
# Note: gcc and clang are pre-installed on Ubuntu runners.
77+
# Note: gcc and clang are pre-installed on Ubuntu runners.
7878
- name: Install dependencies
7979
run: |
8080
sudo apt-get install -y \

0 commit comments

Comments
 (0)