Skip to content

Commit 136f8ba

Browse files
committed
Updated lint action
1 parent 5a2207f commit 136f8ba

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
@@ -13,7 +13,7 @@ jobs:
1313
container:
1414
image: sergioteula/pytools
1515
volumes:
16-
- ${{env.REPO_PATH}}:/code
16+
- ${{github.workspace}}:/code
1717
steps:
1818
- name: Check out code
1919
uses: actions/checkout@v2

0 commit comments

Comments
 (0)