Skip to content

Improve SpeechTranscriber result handling #63

Improve SpeechTranscriber result handling

Improve SpeechTranscriber result handling #63

Workflow file for this run

name: swift
on:
pull_request:
paths:
- "native/**"
- ".swiftformat"
- ".github/workflows/swift.yaml"
- "flake.lock"
- "flake.nix"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-swift
cancel-in-progress: true
permissions:
contents: read
actions: write
id-token: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: ./.github/actions/setup-nix
- run: nix develop .#ci --quiet --command swiftformat --lint native/WispAudioKit/Sources native/WispAudioKit/Tests