Skip to content

Commit cc521e4

Browse files
authored
Fix command to copy flake8 config file
1 parent b73041c commit cc521e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/python-lint-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
run: pip3 install flake8 flake8-import-order
99
- name: Copy flake8 config
1010
shell: bash
11-
run: cp $GITHUB_ACTION_PATH/.github/workflows/configs/.flake8 > .flake8
11+
run: cp $GITHUB_ACTION_PATH/.github/workflows/configs/.flake8 .flake8
1212
- name: Run flake8
1313
shell: bash
1414
run: flake8

0 commit comments

Comments
 (0)