Skip to content

Remove sayHello test method #27

Remove sayHello test method

Remove sayHello test method #27

Workflow file for this run

name: Build Swift
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensure all history and tags are fetched
- name: Build
run: swift build -v
- name: Lint Podspec
run: pod spec lint TrinsicUI.podspec