Skip to content

Commit 7bbfd64

Browse files
committed
fix yml syntax
1 parent 57901f6 commit 7bbfd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python 3.10
1111
uses: actions/setup-python@v1
1212
with:
13-
python-version: 3.10
13+
python-version: "3.10"
1414
- name: Linting
1515
run: |
1616
pip install pre-commit

0 commit comments

Comments
 (0)