Skip to content

Commit 854f793

Browse files
committed
test failures
1 parent 643fadc commit 854f793

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

.github/actions/broken-symlink-check/check-broken-symlinks.sh renamed to .github/actions/broken-symlinks-check/check-broken-symlinks.sh

File renamed without changes.

.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/.flake8 .flake8
1212
- name: Run flake8
1313
shell: bash
1414
run: flake8

0 commit comments

Comments
 (0)