Skip to content

Commit 927fd37

Browse files
committed
fix linting file
1 parent e1efa8c commit 927fd37

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/lints.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
code-style:
7-
8-
runs-on: ${{ matrix.os }}
9-
strategy:
10-
matrix:
11-
os: [ubuntu-latest, windows-latest, macOS-latest]
12-
python-version: [3.7, 3.8, 3.9, 3.10]
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
matrix:
10+
os: [ubuntu-latest, windows-latest, macOS-latest]
11+
python-version: [3.7, 3.8, 3.9, 3.10]
1312

1413
name: Python ${{ matrix.python-version }} Test
1514

0 commit comments

Comments
 (0)