Skip to content

Update CI

Update CI #6

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-oversize-kit:
name: Build OversizeKit
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main" (source branch with sha:31b00799c7e93ce33c18d6a768043d6a54d0d598) : workflow is not reusable as it is missing a `on.workflow_call` trigger

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main" (source branch with sha:89ec9428f213b64fd80019da6cc5da71e20519a2) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
package: OversizeKit
secrets: inherit
build-calendar-kit:
name: Build CalendarKit
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main
with:
package: OversizeCalendarKit
secrets: inherit
build-contacts-kit:
name: Build OversizeContactsKit
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main
with:
package: OversizeContactsKit
secrets: inherit
build-location-kit:
name: Build LocationKit
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main
with:
package: OversizeLocationKit
secrets: inherit
build-notice-kit:
name: Build NoticeKit
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main

Check failure on line 44 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main" (source branch with sha:a55e027bd6f73eb5b746402c64062e54cf138ab8) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
package: OversizeNoticeKit
secrets: inherit
build-notification-kit:
name: Build NotificationKit
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main

Check failure on line 51 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main" (source branch with sha:72b42eea5c799dfd23f0ba432806c6256e17aaf3) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
package: OversizeNotificationKit
secrets: inherit
build-onboarding-kit:
name: Build OnboardingKit
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main
with:
package: OversizeOnboardingKit
secrets: inherit
build-photo-kit:
name: Build PhotoKit
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm-all-platforms.yml@main
with:
package: OversizePhotoKit
secrets: inherit
build-example:
name: Build Example
needs:
- build-oversize-kit
- build-calendar-kit
- build-contacts-kit
- build-location-kit
- build-notice-kit
- build-notification-kit
- build-onboarding-kit
- build-photo-kit
uses: oversizedev/GithubWorkflows/.github/workflows/build-app.yml@main
with:
path: AppExample/Example
scheme: Example
destination: platform=iOS Simulator,name=iPhone 16,OS=18.1
secrets: inherit
# tests:
# name: Test
# needs: build-swiftpm
# uses: oversizedev/GithubWorkflows/.github/workflows/test.yml@main
# secrets: inherit
bump:
name: Bump version
needs:
- build-example
if: github.ref == 'refs/heads/main'
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main
secrets: inherit