Skip to content

Fix android bottom paddings (#86) #84

Fix android bottom paddings (#86)

Fix android bottom paddings (#86) #84

name: Lint and Type Check
on:
pull_request:
push:
branches: [main]
jobs:
lint-and-typecheck:
runs-on: ubuntu-latest
steps:
- name: πŸ— Checkout repository
uses: actions/checkout@v4
- name: πŸ— Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: πŸ“¦ Install dependencies
run: bun install
- name: πŸ” Run linter
run: bun run lint
- name: πŸ” Run TypeScript type check
run: bun tsc --noEmit