Skip to content

Commit

Permalink
build: switch names
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 12, 2024
1 parent f4dee3e commit afd504a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Android
name: Android
on:
push:
branches:
Expand All @@ -8,7 +8,7 @@ on:
- main

jobs:
run:
build:
runs-on: ubuntu-latest
env:
TURBO_CACHE_DIR: .turbo/android
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml → .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build iOS
name: iOS
on:
push:
branches:
Expand All @@ -8,7 +8,7 @@ on:
- main

jobs:
run:
build:
runs-on: macos-14
env:
TURBO_CACHE_DIR: .turbo/ios
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build library
name: Library
on:
push:
branches:
Expand All @@ -8,7 +8,7 @@ on:
- main

jobs:
run:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
⚡️ FFI bindings for [matrix-rust-sdk] in a React Native Turbo Module ⚡️

[![lint](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/lint.yml/badge.svg)](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/lint.yml)
[![build-library](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/build-library.yml/badge.svg)](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/build-library.yml)
[![build-android](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/build-android.yml/badge.svg)](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/build-android.yml)
[![build-ios](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/build-ios.yml/badge.svg)](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/build-ios.yml)
[![library](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/library.yml/badge.svg)](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/library.yml)
[![android](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/android.yml/badge.svg)](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/android.yml)
[![ios](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/ios.yml/badge.svg)](https://github.com/unomed-dev/react-native-matrix-sdk/actions/workflows/ios.yml)

Powered by [uniffi-bindgen-react-native].

Expand Down

0 comments on commit afd504a

Please sign in to comment.