Skip to content

Commit d5d7aa7

Browse files
authored
Merge pull request #1 from sbeyer/master
Fix README.md
2 parents 80fe5c6 + e364402 commit d5d7aa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ This action checks if the source code matches the .clang-format file.
66

77
### `source`
88

9-
Where the soruce files are located.\
9+
Where the source files are located.\
1010
Default: '.' (current folder)\
1111
Example: './src'
1212

1313
### `exclude`
1414

15-
What folder should be exlcuded from format checking.\
15+
What folder should be excluded from format checking.\
1616
Default: 'none'\
1717
Example: './third_party'
1818

1919
### `extensions`
2020

21-
What extensions should be used from format checking.\
21+
What filename extensions should be used for format checking.\
2222
Default: 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx'\
2323
Example: 'cpp,h'
2424

@@ -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)