From 4caaa522a7336de102dcc7b7cf9cf27a99fb1115 Mon Sep 17 00:00:00 2001 From: Gregory Mitchell Date: Thu, 7 Nov 2024 13:42:27 +0000 Subject: [PATCH] `npm run format` --- .github/workflows/e2e-versions.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index 084d5bf..f800a88 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -136,7 +136,14 @@ jobs: matrix: os: [macos-latest, windows-latest, ubuntu-latest] distribution: - ['temurin', 'zulu', 'liberica', 'dragonwell', 'sapmachine', 'jetbrains'] + [ + 'temurin', + 'zulu', + 'liberica', + 'dragonwell', + 'sapmachine', + 'jetbrains' + ] exclude: - distribution: dragonwell os: macos-latest @@ -163,7 +170,14 @@ jobs: matrix: os: [macos-latest, windows-latest, ubuntu-latest] distribution: - ['temurin', 'zulu', 'liberica', 'dragonwell', 'sapmachine', 'jetbrains'] + [ + 'temurin', + 'zulu', + 'liberica', + 'dragonwell', + 'sapmachine', + 'jetbrains' + ] exclude: - distribution: dragonwell os: macos-latest