Skip to content

chore(deps): bump crane from 756d6d0 to 2c71e19 #79

chore(deps): bump crane from 756d6d0 to 2c71e19

chore(deps): bump crane from 756d6d0 to 2c71e19 #79

Workflow file for this run

name: swift
on:
pull_request:
paths:
- "native/**"
- ".swiftformat"
- ".github/workflows/swift.yaml"
- "flake.lock"
- "flake.nix"
- "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