Skip to content

Commit e364402

Browse files
committed
Fix example usage in README.md
1 parent 6b2f779 commit e364402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v1
38-
- uses: ./.github/actions/test-clang-format
38+
- uses: DoozyX/clang-format-lint-action@v0.3.1
3939
with:
4040
source: '.'
4141
exclude: './third_party'

0 commit comments

Comments
 (0)