Skip to content

Make it easier to use standalone FeedbackSDKClient #21

Make it easier to use standalone FeedbackSDKClient

Make it easier to use standalone FeedbackSDKClient #21

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: ["main"]
paths-ignore:
- "*.md"
- ".vscode"
- ".nova"
pull_request:
branches: ["main"]
paths-ignore:
- "*.md"
- ".vscode"
- ".nova"
jobs:
build:
strategy:
matrix:
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v