Skip to content

Commit

Permalink
#6 Add versioning
Browse files Browse the repository at this point in the history
* Update target directory for mypy and pylint
  • Loading branch information
tzijnge committed Oct 30, 2024
1 parent 3f310cc commit 0afdc97
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
reporter: github-pr-review
level: error
fail_on_error: false
workdir: src
target: src
- name: Run PyLint
uses: dciborow/[email protected]
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: error
glob_pattern: "package"
fail_on_error: false
workdir: src
glob_pattern: src
fail_on_error: false

0 comments on commit 0afdc97

Please sign in to comment.