We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73041c commit cc521e4Copy full SHA for cc521e4
1 file changed
.github/actions/python-lint-check/action.yml
@@ -8,7 +8,7 @@ runs:
8
run: pip3 install flake8 flake8-import-order
9
- name: Copy flake8 config
10
shell: bash
11
- run: cp $GITHUB_ACTION_PATH/.github/workflows/configs/.flake8 > .flake8
+ run: cp $GITHUB_ACTION_PATH/.github/workflows/configs/.flake8 .flake8
12
- name: Run flake8
13
14
run: flake8
0 commit comments