Skip to content

Commit 64b648b

Browse files
committed
Updated lint action
1 parent 136f8ba commit 64b648b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Lint and test
33
on:
44
push:
55

6-
env:
7-
REPO_PATH: "/__w/python-amazon-paapi/python-amazon-paapi"
8-
96
jobs:
107

118
isort:
@@ -15,8 +12,6 @@ jobs:
1512
volumes:
1613
- ${{github.workspace}}:/code
1714
steps:
18-
- name: Check out code
19-
uses: actions/checkout@v2
20-
15+
- uses: actions/checkout@v2
2116
- name: Check imports order
2217
run: ./scripts/check_isort

0 commit comments

Comments
 (0)