Skip to content

Rename and add ci scripts #1

Rename and add ci scripts

Rename and add ci scripts #1

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
build-swiftpm:
name: Build SwiftPM
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
with:
package: "OversizeAppStoreServices"
secrets: inherit
tests:
name: Test
needs: build-swiftpm
uses: oversizedev/GithubWorkflows/.github/workflows/test.yml@main
secrets: inherit
bump:
name: Bump version
needs: tests
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main
secrets: inherit