Skip to content

Commit 231a4b4

Browse files
merge yapf commands
1 parent 1ca0237 commit 231a4b4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

action.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ inputs:
1818
runs:
1919
using: 'composite'
2020
steps:
21-
- id: install-yapf
22-
run: pip install yapf
23-
shell: bash
24-
- id: invoke-yapf
25-
run: yapf --diff --recursive ${{ inputs.source-dir }} ${{ inputs.yapf-args }}
21+
- id: install-and-invoke-yapf
22+
run: pip install yapf && yapf --diff --recursive ${{ inputs.source-dir }} ${{ inputs.yapf-args }}
2623
shell: bash

0 commit comments

Comments
 (0)