1
0
Fork 0
mirror of synced 2024-06-16 09:34:45 +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: pylint:
strategy: strategy:
matrix: matrix:
os: [macos-latest, windows-latest, ubuntu-latest] os: ['macos-latest', 'windows-latest', 'ubuntu-latest']
version: [3.9, 3.10, 3.11, 3.12] version: ['3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3