Skip to content

Commit 1935f62

Browse files
committed
Fix flag
1 parent 3c12e6a commit 1935f62

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpp-py-format"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Andrew Gaspar <[email protected]>","Joshua Brown <[email protected]>"]
55
edition = "2018"
66

check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
- ${{ inputs.token }}
4141
- --clang-format-version
4242
- ${{ inputs.clangFormatVersion }}
43-
- --include_c
43+
- --include
4444
- ${{ inputs.include_c }}
4545
- --include_py
4646
- ${{ inputs.include_py }}

command/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
- ${{ inputs.token }}
4747
- --clang-format-version
4848
- ${{ inputs.clangFormatVersion }}
49-
- --include_c
49+
- --include
5050
- ${{ inputs.include_c }}
5151
- --include_py
5252
- ${{ inputs.include_py }}

0 commit comments

Comments
 (0)