Skip to content

Commit eba9cc9

Browse files
authored
[skip changelog] Fix Python lint workflow formatting (#834)
1 parent 3f2a944 commit eba9cc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-lint.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
repo-token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Activate Python
30-
uses: actions/setup-python@v1
31-
with:
32-
python-version: '3.8'
33-
architecture: 'x64'
30+
uses: actions/setup-python@v1
31+
with:
32+
python-version: "3.8"
33+
architecture: "x64"
3434

3535
- name: Install Poetry
3636
run: pip install poetry

0 commit comments

Comments
 (0)