diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 1b7d0e105..c22c5090d 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -22,7 +22,7 @@ jobs: name: Clang-Tidy and Clazy # Self-hosted runner is Ubuntu 22.04 - runs-on: [self-hosted, linux] + runs-on: [ self-hosted, linux ] strategy: matrix: diff --git a/.github/workflows/linux-qt6-drivers.yml b/.github/workflows/linux-qt6-drivers.yml index a64e5d8c8..a35806989 100644 --- a/.github/workflows/linux-qt6-drivers.yml +++ b/.github/workflows/linux-qt6-drivers.yml @@ -32,11 +32,11 @@ jobs: name: cmake build / ctest # Self-hosted runner is Ubuntu 22.04 - runs-on: [self-hosted, linux] + runs-on: [ self-hosted, linux ] strategy: matrix: - drivers-type: [Shared, Loadable] + drivers-type: [ Shared, Loadable ] build-type: - key: debug diff --git a/.github/workflows/msvc2022-qt6-drivers.yml b/.github/workflows/msvc2022-qt6-drivers.yml index 01f4b3fbf..4ce6a25e0 100644 --- a/.github/workflows/msvc2022-qt6-drivers.yml +++ b/.github/workflows/msvc2022-qt6-drivers.yml @@ -27,11 +27,11 @@ jobs: name: cmake build / ctest # Self-hosted runner is Windows 11 (Release Preview channel - 23H2) - runs-on: [self-hosted, windows] + runs-on: [ self-hosted, windows ] strategy: matrix: - drivers-type: [Shared, Loadable] + drivers-type: [ Shared, Loadable ] build-type: - key: debug diff --git a/.github/workflows/vcpkg-linux.yml b/.github/workflows/vcpkg-linux.yml index 910731fab..b2db503d7 100644 --- a/.github/workflows/vcpkg-linux.yml +++ b/.github/workflows/vcpkg-linux.yml @@ -30,7 +30,7 @@ jobs: name: Vcpkg Linux # Self-hosted runner is Ubuntu 22.04 - runs-on: [self-hosted, linux] + runs-on: [ self-hosted, linux ] # runs-on: ubuntu-22.04 strategy: @@ -46,7 +46,7 @@ jobs: # - key: qt5 # name: Qt5 # version: 5.15.2 -# apt: [qtbase5-dev] +# apt: [ qtbase5-dev ] # vcpkg-qt: qt5-base # vcpkg-qt-features: qt5-base[core] # vcpkg-tinyorm: tinyorm-qt5 @@ -55,7 +55,7 @@ jobs: - key: qt6 name: Qt6 version: 6.7.0 - apt: [qt6-base-dev, libqt6sql6-sqlite] + apt: [ qt6-base-dev, libqt6sql6-sqlite ] vcpkg-qt: qtbase vcpkg-qt-features: qtbase[core,sql-sqlite] vcpkg-tinyorm: tinyorm diff --git a/.github/workflows/vcpkg-windows.yml b/.github/workflows/vcpkg-windows.yml index 0ce24d3ca..d0d65417d 100644 --- a/.github/workflows/vcpkg-windows.yml +++ b/.github/workflows/vcpkg-windows.yml @@ -21,7 +21,7 @@ jobs: name: Vcpkg Windows # Self-hosted runner is Windows 11 (Release Preview channel - 23H2) - runs-on: [self-hosted, windows] + runs-on: [ self-hosted, windows ] # runs-on: windows-2022 strategy: