Skip to content

Apply updates from Karabiner-Elements 15.5.0 #15

Apply updates from Karabiner-Elements 15.5.0

Apply updates from Karabiner-Elements 15.5.0 #15

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Homebrew
run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Verify Homebrew installation
run: brew --version
- run: script/setup