We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ff946 commit 42382f0Copy full SHA for 42382f0
.github/workflows/lint.yml
@@ -34,6 +34,7 @@ jobs:
34
uses: actions/setup-python@v5
35
with:
36
python-version: ${{ matrix.python-version }}
37
+ cache: 'poetry'
38
- name: Install Poetry
39
uses: snok/install-poetry@v1
40
@@ -57,6 +58,7 @@ jobs:
57
58
python -m readme_renderer ./README.rst -o /tmp/README.html
59
cd ./doc
60
doc8 --ignore-path build --max-line-length 100
61
+ echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
62
63
- name: Run pyright
64
uses: jakebailey/pyright-action@v2
0 commit comments