Skip to content

Commit 2ccbdb8

Browse files
ci: disable fail-fast for lint jobs (#29)
1 parent 84ab8bf commit 2ccbdb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
check:
55
runs-on: ubuntu-latest
66
strategy:
7+
fail-fast: false
78
matrix:
89
module: [".", "./integration"]
910
name: Lint (${{ matrix.module }})

0 commit comments

Comments
 (0)