Skip to content

fix: prevent uncontrolled charging from SMC read failures during DarkWake #68

fix: prevent uncontrolled charging from SMC read failures during DarkWake

fix: prevent uncontrolled charging from SMC read failures during DarkWake #68

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 -c debug
- name: Build (release)
run: swift build -c release --arch arm64
- name: Test
run: swift test