Skip to content

Improvement: Use frosted glass effect for Navigationbar and Toolbar #690

Improvement: Use frosted glass effect for Navigationbar and Toolbar

Improvement: Use frosted glass effect for Navigationbar and Toolbar #690

Workflow file for this run

name: Build app
on:
pull_request:
jobs:
build:
name: Build app with fastlane
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install gems
run: bundle install
- name: Build
run: bundle exec fastlane build_pr