Skip to content

Commit

Permalink
ci: set path input for pylint (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Jan 29, 2025
1 parent 0f56191 commit e8cce03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4
with:
path: src
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4
with:
path: src

tox:
needs:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ repos:
name: pylint
entry: pylint
language: system
files: ^src/
types: [python]

0 comments on commit e8cce03

Please sign in to comment.