Skip to content

Commit

Permalink
Merge pull request #372 from loathingKernel/next
Browse files Browse the repository at this point in the history
Workflows: eff javascript
  • Loading branch information
loathingKernel authored Jan 21, 2024
2 parents 8e2a9b0 + 681bbaf commit d0d3cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0d3cf2

Please sign in to comment.