mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-26 06:02:15 -06:00
Try fixing CI + Add dependabot (#1029)
This commit is contained in:
parent
e46ac8c373
commit
0d00766691
5 changed files with 71 additions and 11 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
|
@ -8,12 +8,12 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: xcodebuild
|
||||
uses: sersoft-gmbh/xcodebuild-action@v1.4
|
||||
uses: sersoft-gmbh/xcodebuild-action@v1
|
||||
with:
|
||||
project: MonitorControl.xcodeproj
|
||||
scheme: MonitorControl
|
||||
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: SwiftLint
|
||||
uses: norio-nomura/action-swiftlint@3.2.1
|
||||
|
|
@ -31,4 +31,3 @@ jobs:
|
|||
DIFF_BASE: ${{ github.base_ref }}
|
||||
with:
|
||||
args: --strict
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue