Skip to content

Adds FBBStarRatingView - example star rating component #25

Adds FBBStarRatingView - example star rating component

Adds FBBStarRatingView - example star rating component #25

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