Skip to content

Don't add alarm for dates without times (#81) #104

Don't add alarm for dates without times (#81)

Don't add alarm for dates without times (#81) #104

Workflow file for this run

name: Swift
"on":
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: xcode-select
run: sudo xcode-select -s /Applications/Xcode_15.0.app
- name: Build
run: swift build -Xswiftc -warnings-as-errors
- name: Test
run: swift test -Xswiftc -warnings-as-errors