Skip to content

Commit 63285b9

Browse files
committed
fix linter action config
1 parent 15a3a81 commit 63285b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ jobs:
9898

9999
strategy:
100100
fail-fast: false
101-
tox-environment:
101+
matrix:
102+
tox-environment:
102103
- docs
103104
- style
104-
- pkglint
105105

106106
steps:
107107
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)