Skip to content

Fix todayUsage accumulation across midnight boundary #6

Fix todayUsage accumulation across midnight boundary

Fix todayUsage accumulation across midnight boundary #6

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