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 472a333 commit 999d208Copy full SHA for 999d208
.github/workflows/main.yaml
@@ -15,5 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
+ - name: Install Poetry
19
+ uses: snok/install-poetry@v1
20
- name: run pre-commit
21
run: poetry run pre-commit run --all-files --show-diff-on-failure
0 commit comments