There was an error while loading. Please reload this page.
1 parent 4b1a2b5 commit d3c5d28Copy full SHA for d3c5d28
2 files changed
.github/workflows/swift.yml
@@ -6,7 +6,11 @@ jobs:
6
test:
7
runs-on: macos-latest
8
steps:
9
- - uses: actions/checkout@v6
10
- - run: |
11
- sudo xcode-select -s /Applications/Xcode_26.3.0.app
12
- swift test
+ - name: Checkout repository
+ uses: actions/checkout@v6
+
+ - name: Select Xcode version
13
+ run: sudo xcode-select -s /Applications/Xcode_26.3.0.app
14
15
+ - name: Run tests
16
+ run: swift test
README.md
@@ -1,4 +1,6 @@
1
# NavidromeKit
2
+[](https://github.com/NavicApp/NavidromeKit/actions/workflows/swift.yml)
3
4
Swift library for Navidrome's undocumented API
5
## Example
0 commit comments