Skip to content

Commit 194d508

Browse files
committed
Updated lint action
1 parent 35d11d0 commit 194d508

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ jobs:
77

88
isort:
99
runs-on: ubuntu-latest
10+
container:
11+
image: sergioteula/pytools
1012
steps:
1113
- name: Check out code
1214
uses: actions/checkout@v2
1315

1416
- name: Check imports order
15-
uses: sergioteula/pytools
1617
run: ./scripts/check_isort

0 commit comments

Comments
 (0)