We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1efa8c commit 927fd37Copy full SHA for 927fd37
.github/workflows/lints.yml
@@ -4,12 +4,11 @@ on: [push, pull_request]
4
5
jobs:
6
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]
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [ubuntu-latest, windows-latest, macOS-latest]
+ python-version: [3.7, 3.8, 3.9, 3.10]
13
14
name: Python ${{ matrix.python-version }} Test
15
0 commit comments