Skip to content

Commit 88cf272

Browse files
committed
Updated lint action
1 parent 5ee8e7c commit 88cf272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Check imports order
19-
run: ls -la && scripts/check_isort
19+
run: ls -la && cd scripts && ls -la && ./check_isort

0 commit comments

Comments
 (0)