Skip to content

Added System setting to disable notifications #2 #1329

Added System setting to disable notifications #2

Added System setting to disable notifications #2 #1329

Workflow file for this run

name: Karabiner-Elements CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
# - name: xcode-select
# run: sudo xcode-select -s /Applications/Xcode_14.2.app
- name: brew install
run: brew install xcodegen
- name: package
run: make package
- name: appendix
run: ruby scripts/reduce-logs.rb 'make -C appendix'
- name: tests
run: ruby scripts/reduce-logs.rb 'make -C tests'