Skip to content

Commit

Permalink
ci: pass path input to pylint workflow (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Jan 29, 2025
1 parent 5439749 commit b3717c5
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

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

0 comments on commit b3717c5

Please sign in to comment.