Skip to content

Retarget assistant to Black Flag Resynced #3

Retarget assistant to Black Flag Resynced

Retarget assistant to Black Flag Resynced #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11.7.0
- uses: actions/setup-node@v4
with:
node-version: 22.13.0
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm exec tsc --noEmit
- run: pnpm test
- run: pnpm run test:mobile