Try fixing CI + Add dependabot (#1029)

This commit is contained in:
Guillaume B 2022-05-07 17:53:20 +02:00 committed by GitHub
parent e46ac8c373
commit 0d00766691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 71 additions and 11 deletions

6
.github/.dependabot.yml vendored Normal file
View file

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: "weekly"

View file

@ -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