diff --git a/.github/workflows/lint-python-code.yml b/.github/workflows/lint-python-code.yml index 37143f5..2353d24 100644 --- a/.github/workflows/lint-python-code.yml +++ b/.github/workflows/lint-python-code.yml @@ -4,7 +4,7 @@ jobs: lint: runs-on: ubuntu-latest env: - FILES_TO_LINT: "src/*.py" + FILES_TO_LINT: "${{ github.workspace }}/src/*.py" steps: - uses: actions/checkout@v2 - name: Set up Python 3.12