Skip to content

Commit b05b537

Browse files
authored
Update main.yml
1 parent bfed1f1 commit b05b537

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/main.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ on:
66
pull_request:
77
branches: [main]
88

9-
jobs:
10-
build:
11-
runs-on: macos-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
15-
- name: xcodebuild
16-
uses: sersoft-gmbh/xcodebuild-action@v3
17-
with:
18-
project: MonitorControl.xcodeproj
19-
scheme: MonitorControl
20-
destination: platform=macOS
21-
action: build
22-
lint:
23-
runs-on: ubuntu-latest
24-
steps:
25-
- name: Checkout
26-
uses: actions/checkout@v4
27-
28-
- name: SwiftLint
29-
uses: norio-nomura/action-swiftlint@3.2.1
30-
env:
31-
DIFF_BASE: ${{ github.base_ref }}
32-
with:
33-
args: --strict
9+
#jobs:
10+
# build:
11+
# runs-on: macos-latest
12+
# steps:
13+
# - uses: actions/checkout@v4
14+
#
15+
# - name: xcodebuild
16+
# uses: sersoft-gmbh/xcodebuild-action@v3
17+
# with:
18+
# project: MonitorControl.xcodeproj
19+
# scheme: MonitorControl
20+
# destination: platform=macOS
21+
# action: build
22+
# lint:
23+
# runs-on: ubuntu-latest
24+
# steps:
25+
# - name: Checkout
26+
# uses: actions/checkout@v4
27+
#
28+
# - name: SwiftLint
29+
# uses: norio-nomura/action-swiftlint@3.2.1
30+
# env:
31+
# DIFF_BASE: ${{ github.base_ref }}
32+
# with:
33+
# args: --strict

0 commit comments

Comments
 (0)