Skip to content

Issue #16 (b): Implemented font loading and usage and misc UI enhance… #16

Issue #16 (b): Implemented font loading and usage and misc UI enhance…

Issue #16 (b): Implemented font loading and usage and misc UI enhance… #16

Workflow file for this run

on:
push:
branches:
- main
paths:
- 'src/**'
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
- name: 🏗 Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 📦 Install dependencies
run: npm install
- name: 🚀 Create update
run: eas update --channel preview --auto --non-interactive