Skip to content

Daily log rotation with 7-day auto-cleanup #80

Daily log rotation with 7-day auto-cleanup

Daily log rotation with 7-day auto-cleanup #80

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: Build
run: swift build
- name: Test
run: swift test