Skip to content

Fix menubar model display to show today's top model instead of all-time #8

Fix menubar model display to show today's top model instead of all-time

Fix menubar model display to show today's top model instead of all-time #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
- name: Build
run: swift build
- name: Run tests
run: swift test