Skip to content

Feature/swift UI custom fonts #116

Feature/swift UI custom fonts

Feature/swift UI custom fonts #116

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
bundler-cache: true
- name: Pods cache
uses: actions/cache@v2
with:
path: Pods
key: ${{ runner.os }}-cocoapods-${{ hashFiles('**/Podfile.lock') }}
- name: Pod install
run: bundle exec pod install
- name: Build and test
env:
GITHUB_API_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN_CI }}
run: bundle exec fastlane ci_check