1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

ci.yml: Remove brackets around check-code-formatting

They're unneeded since it's one item.
This commit is contained in:
Margen67
2021-04-15 00:00:59 -10:00
parent 5308a21305
commit 87de1971d9

View File

@@ -38,7 +38,7 @@ jobs:
windows:
name: Windows
runs-on: windows-latest
needs: [check-code-formatting]
needs: check-code-formatting
strategy:
fail-fast: false
matrix:
@@ -98,7 +98,7 @@ jobs:
windows-mingw-nt51:
name: Windows (win32, WinNT5.1) using mingw
runs-on: ubuntu-latest
needs: [check-code-formatting]
needs: check-code-formatting
container:
image: openrct2/openrct2-build:0.3.1-mingw
steps:
@@ -123,7 +123,7 @@ jobs:
macos-xcode:
name: macOS (x64) using Xcode
runs-on: macos-latest
needs: [check-code-formatting]
needs: check-code-formatting
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -153,7 +153,7 @@ jobs:
macos-cmake:
name: macOS (x64) using CMake
runs-on: macos-latest
needs: [check-code-formatting]
needs: check-code-formatting
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -184,7 +184,7 @@ jobs:
linux-portable:
name: Linux (x64, portable)
runs-on: ubuntu-latest
needs: [check-code-formatting]
needs: check-code-formatting
container:
image: openrct2/openrct2-build:0.3.1-bionic
steps:
@@ -253,7 +253,7 @@ jobs:
linux-appimage:
name: Linux (x64, AppImage)
runs-on: ubuntu-latest
needs: [check-code-formatting]
needs: check-code-formatting
container:
image: openrct2/openrct2-build:0.3.1-bionic
steps:
@@ -289,7 +289,7 @@ jobs:
client-payload: '{ "commit": "${{ github.sha }}" }'
linux-docker:
name: Linux (docker)
needs: [check-code-formatting]
needs: check-code-formatting
if: github.repository == 'OpenRCT2/OpenRCT2'
runs-on: ubuntu-latest
steps:
@@ -315,7 +315,7 @@ jobs:
linux-clang:
name: Linux (Debug, [http, network, OpenGL] disabled) using clang
runs-on: ubuntu-latest
needs: [check-code-formatting]
needs: check-code-formatting
container:
image: openrct2/openrct2-build:0.3.1-bionic
steps:
@@ -330,7 +330,7 @@ jobs:
android:
name: Android
runs-on: ubuntu-latest
needs: [check-code-formatting]
needs: check-code-formatting
container:
image: openrct2/openrct2-build:0.3.1-android
steps: