npm run format

This commit is contained in:
Gregory Mitchell 2024-11-07 13:42:27 +00:00 committed by GitHub
parent 515257f3da
commit 4caaa522a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,14 @@ jobs:
matrix: matrix:
os: [macos-latest, windows-latest, ubuntu-latest] os: [macos-latest, windows-latest, ubuntu-latest]
distribution: distribution:
['temurin', 'zulu', 'liberica', 'dragonwell', 'sapmachine', 'jetbrains'] [
'temurin',
'zulu',
'liberica',
'dragonwell',
'sapmachine',
'jetbrains'
]
exclude: exclude:
- distribution: dragonwell - distribution: dragonwell
os: macos-latest os: macos-latest
@ -163,7 +170,14 @@ jobs:
matrix: matrix:
os: [macos-latest, windows-latest, ubuntu-latest] os: [macos-latest, windows-latest, ubuntu-latest]
distribution: distribution:
['temurin', 'zulu', 'liberica', 'dragonwell', 'sapmachine', 'jetbrains'] [
'temurin',
'zulu',
'liberica',
'dragonwell',
'sapmachine',
'jetbrains'
]
exclude: exclude:
- distribution: dragonwell - distribution: dragonwell
os: macos-latest os: macos-latest