Skip to content

Converge macOS Voice trigger entry points #28

Converge macOS Voice trigger entry points

Converge macOS Voice trigger entry points #28

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- dev
- main
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
name: Verify
runs-on: macos-26
timeout-minutes: 45
steps:
- name: Check out source
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run repository checks
run: scripts/check.sh