chore(deps): bump crane from 756d6d0 to 2c71e19
#79
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |