1
0
Fork 0
mirror of synced 2024-05-23 14:00:05 +12:00

Merge pull request #372 from loathingKernel/next

Workflows: eff javascript
This commit is contained in:
Stelios Tsampas 2024-01-22 00:28:19 +02:00 committed by GitHub
commit d0d3cf2db1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,8 +24,8 @@ jobs:
pylint:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
version: [3.9, 3.10, 3.11, 3.12]
os: ['macos-latest', 'windows-latest', 'ubuntu-latest']
version: ['3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3