1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Workflows: Disable fail-fast for pylint checks

This commit is contained in:
loathingKernel 2024-05-16 13:38:16 +03:00
parent 4497a1c712
commit 337d753d0c

View file

@ -23,6 +23,7 @@ on:
jobs:
pylint:
strategy:
fail-fast: false
matrix:
os: ['macos-latest', 'windows-latest', 'ubuntu-latest']
version: ['3.9', '3.10', '3.11', '3.12']