Skip to content

Commit d001611

Browse files
committed
fixed lint strategy
1 parent 12863c1 commit d001611

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/package.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ jobs:
4343
run: poetry build
4444

4545
lint:
46-
name: Linting build
47-
runs-on: ${{ matrix.os }}
4846
strategy:
47+
matrix:
48+
os: [ubuntu-latest, windows-latest, macos-latest]
4949
fail-fast: false
50+
name: Linting build
51+
runs-on: ${{ matrix.os }}
5052
steps:
5153
- uses: actions/checkout@v4
5254
- name: Set up Python 3.11

0 commit comments

Comments
 (0)