Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit201d96c

Browse files
authored
format action
1 parenta58bb7e commit201d96c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎.github/workflows/format.yml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name:Clang Format Checker
2+
on:[push, pull_request]
3+
jobs:
4+
clang-format-checking:
5+
runs-on:ubuntu-latest
6+
steps:
7+
-uses:actions/checkout@v2
8+
-uses:RafikFarhad/clang-format-github-action@v2.1.0
9+
with:
10+
sources:"src/**/*.h,src/**/*.c,test/**/*.c"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp