Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe committed May 7, 2024
1 parent f002b15 commit 24e1f81
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
commit-message:
prefix: 'bot: '
- package-ecosystem: swift
directory: /
schedule:
interval: weekly
commit-message:
prefix: 'bot: '
21 changes: 1 addition & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@ concurrency:
cancel-in-progress: true

jobs:
analysis:
name: Static Analysis
if: github.event_name != 'workflow_dispatch'
uses: danthorpe/ci/.github/workflows/static-analysis.yml@main
permissions:
actions: read
contents: read
security-events: write
with:
matrix: >
{
"include": [
{
"os": "macos-14",
"swift": "latest",
"xcode": "latest"
}
]
}

swift-package-test:
name: Test Swift Package
Expand All @@ -57,5 +38,5 @@ jobs:
ci:
name: CI
if: github.event_name == 'push'
needs: [analysis, swift-package-test]
needs: [swift-package-test]
uses: danthorpe/ci/.github/workflows/ci.yml@main

0 comments on commit 24e1f81

Please sign in to comment.