mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Delete .github/workflows directory
This commit is contained in:
parent
56ab6220fd
commit
c389da0e91
1 changed files with 0 additions and 33 deletions
33
.github/workflows/main.yml
vendored
33
.github/workflows/main.yml
vendored
|
|
@ -1,33 +0,0 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue