Skip to content

Commit 90f93fa

Browse files
committed
Updated lint action
1 parent 68ee1c7 commit 90f93fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
container:
1111
image: sergioteula/pytools
1212
volumes:
13-
- /code:/volume_mount
13+
- /__w/python-amazon-paapi/python-amazon-paapi:/code
1414
steps:
1515
- name: Check out code
1616
uses: actions/checkout@v2
1717

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

0 commit comments

Comments
 (0)