From b05b53705f5834f88403523e9cee51895dae0331 Mon Sep 17 00:00:00 2001 From: waydabber <37590873+waydabber@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:06:54 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aa4f211..4630062 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,28 +6,28 @@ on: pull_request: branches: [main] -jobs: - build: - runs-on: macos-latest - steps: - - uses: actions/checkout@v4 - - - name: xcodebuild - uses: sersoft-gmbh/xcodebuild-action@v3 - with: - project: MonitorControl.xcodeproj - scheme: MonitorControl - destination: platform=macOS - action: build - lint: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: SwiftLint - uses: norio-nomura/action-swiftlint@3.2.1 - env: - DIFF_BASE: ${{ github.base_ref }} - with: - args: --strict +#jobs: +# build: +# runs-on: macos-latest +# steps: +# - uses: actions/checkout@v4 +# +# - name: xcodebuild +# uses: sersoft-gmbh/xcodebuild-action@v3 +# with: +# project: MonitorControl.xcodeproj +# scheme: MonitorControl +# destination: platform=macOS +# action: build +# lint: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v4 +# +# - name: SwiftLint +# uses: norio-nomura/action-swiftlint@3.2.1 +# env: +# DIFF_BASE: ${{ github.base_ref }} +# with: +# args: --strict