chore(deps): bump flake-parts from 17c9d6c to 427bf4b
#77
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 |