Skip to content

Update iOS build command and fix upload command in build.yaml #85

Update iOS build command and fix upload command in build.yaml

Update iOS build command and fix upload command in build.yaml #85

Workflow file for this run

name: check-format
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: install prettier extension
run: pnpm install prettier-plugin-tailwindcss prettier
- name: Run prettier
run: pnpm run format