Skip to content

Commit d804102

Browse files
committed
fix workflow
1 parent 2371bae commit d804102

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ jobs:
1515
uses: actions/checkout@v3.5.2
1616

1717
- name: Run pyright
18-
uses: jakebailey/pyright-action@v2
19-
with:
20-
working-directory: puppetparser
21-
project: .
18+
uses: jakebailey/pyright-action@v2

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ build-backend = "poetry.core.masonry.api"
3030

3131
[tool.pyright]
3232
typeCheckingMode = "strict"
33-
stubPath = "stubs"
33+
stubPath = "stubs"
34+
exclude = ["tests", ".venv"]

0 commit comments

Comments
 (0)