Skip to content

Commit 6df9915

Browse files
committed
Fix a typo
1 parent ebcfa21 commit 6df9915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: "actions/checkout@v4"
1515
- name: "Install poetry"
16-
run: "pipx install poetry`"
16+
run: "pipx install poetry"
1717
- uses: "actions/setup-python@v5"
1818
with:
1919
python-version: "3.11"

0 commit comments

Comments
 (0)