Skip to content

feat: stop media buttons from starting apple music #206

feat: stop media buttons from starting apple music

feat: stop media buttons from starting apple music #206

Workflow file for this run

---
name: CI
'on':
pull_request:
push:
branches:
- master
schedule:
- cron: "0 5 * * 4"
jobs:
integration:
name: Integration
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
steps:
- name: checkout the codebase
uses: actions/checkout@v4
- name: run make
run: |
make