We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a134b4 commit cadd920Copy full SHA for cadd920
1 file changed
.github/workflows/swift.yml
@@ -0,0 +1,17 @@
1
+name: CI Checks - Swift Tests
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ check-swift:
7
+ runs-on: macos-latest
8
9
+ steps:
10
+ - name: Checkout repository
11
+ uses: actions/checkout@v4
12
13
+ - name: Set default Rust version to stable
14
+ run: rustup default stable
15
16
+ - name: Generate Swift bindings
17
+ run: ./scripts/uniffi_bindgen_generate_swift.sh
0 commit comments