mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Update main.yml
This commit is contained in:
parent
bfed1f1316
commit
b05b53705f
1 changed files with 25 additions and 25 deletions
50
.github/workflows/main.yml
vendored
50
.github/workflows/main.yml
vendored
|
|
@ -6,28 +6,28 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
#jobs:
|
||||||
build:
|
# build:
|
||||||
runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
|
#
|
||||||
- name: xcodebuild
|
# - name: xcodebuild
|
||||||
uses: sersoft-gmbh/xcodebuild-action@v3
|
# uses: sersoft-gmbh/xcodebuild-action@v3
|
||||||
with:
|
# with:
|
||||||
project: MonitorControl.xcodeproj
|
# project: MonitorControl.xcodeproj
|
||||||
scheme: MonitorControl
|
# scheme: MonitorControl
|
||||||
destination: platform=macOS
|
# destination: platform=macOS
|
||||||
action: build
|
# action: build
|
||||||
lint:
|
# lint:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
#
|
||||||
- name: SwiftLint
|
# - name: SwiftLint
|
||||||
uses: norio-nomura/action-swiftlint@3.2.1
|
# uses: norio-nomura/action-swiftlint@3.2.1
|
||||||
env:
|
# env:
|
||||||
DIFF_BASE: ${{ github.base_ref }}
|
# DIFF_BASE: ${{ github.base_ref }}
|
||||||
with:
|
# with:
|
||||||
args: --strict
|
# args: --strict
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue