Skip to content

Commit 5ee8e7c

Browse files
committed
Updated lint action
1 parent 90f93fa commit 5ee8e7c

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 && scripts/check_isort

0 commit comments

Comments
 (0)