1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Workflows: eff javascript

This commit is contained in:
loathingKernel 2024-01-22 00:27:16 +02:00
parent 1d23ca337d
commit 681bbafa9b

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