Skip to content

Commit

Permalink
point to correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilrybacki committed Apr 19, 2024
1 parent 588dafe commit 5e9ca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-python-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e9ca05

Please sign in to comment.