File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed
Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments