We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcfa21 commit 6df9915Copy full SHA for 6df9915
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: "actions/checkout@v4"
15
- name: "Install poetry"
16
- run: "pipx install poetry`"
+ run: "pipx install poetry"
17
- uses: "actions/setup-python@v5"
18
with:
19
python-version: "3.11"
0 commit comments