Skip to content

fix(ci): resolve keychain creation conflict in macOS signing step #53

fix(ci): resolve keychain creation conflict in macOS signing step

fix(ci): resolve keychain creation conflict in macOS signing step #53

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- uses: actions/cache@v5
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}
restore-keys: ${{ runner.os }}-bun-
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun run typecheck
- run: bun test