Skip to content

Commit 0d00766

Browse files
Try fixing CI + Add dependabot (MonitorControl#1029)
1 parent e46ac8c commit 0d00766

File tree

5 files changed

+71
-11
lines changed

5 files changed

+71
-11
lines changed

.github/.dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: /
5+
schedule:
6+
interval: "weekly"

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-11
11+
runs-on: macos-12
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: xcodebuild
16-
uses: sersoft-gmbh/xcodebuild-action@v1.4
16+
uses: sersoft-gmbh/xcodebuild-action@v1
1717
with:
1818
project: MonitorControl.xcodeproj
1919
scheme: MonitorControl
@@ -23,12 +23,11 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: SwiftLint
2929
uses: norio-nomura/[email protected]
3030
env:
3131
DIFF_BASE: ${{ github.base_ref }}
3232
with:
3333
args: --strict
34-

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@ Carthage
55
.DS_Store
66

77
### Xcode ###
8-
xcuserdata/
9-
*.xcodeproj/*
10-
!*.xcodeproj/project.pbxproj
11-
!*.xcodeproj/xcshareddata/
12-
!*.xcworkspace/contents.xcworkspacedata
13-
**/xcshareddata/WorkspaceSettings.xcsettings
8+
xcuserdata/

.swiftlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ cyclomatic_complexity:
99
ignores_case_statements: true
1010
opening_brace:
1111
allow_multiline_func: true
12+
excluded:
13+
- .build

MonitorControl.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)