We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a26d4 commit 586fd96Copy full SHA for 586fd96
1 file changed
.github/workflows/main.yml
@@ -9,11 +9,11 @@ on:
9
jobs:
10
code_analyzer:
11
runs-on: ${{ matrix.os }}
12
- strategy:
13
- fail-fast: false
14
- matrix:
15
- os: [ ubuntu-latest, macos-latest, windows-latest ]
16
- python-version: [3.8, 3.9, 3.10]
+ strategy:
+ fail-fast: false
+ matrix:
+ os: [ ubuntu-latest, macos-latest, windows-latest ]
+ python-version: [3.8, 3.9, 3.10]
17
18
steps:
19
- uses: actions/checkout@v2
0 commit comments