Skip to content

fix(ios): report downloaded runtimes whose disk nothing can reclaim #303

fix(ios): report downloaded runtimes whose disk nothing can reclaim

fix(ios): report downloaded runtimes whose disk nothing can reclaim #303

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
# Deny by default; every job opts in to exactly what it needs.
permissions: {}
env:
COREPACK_ENABLE_PROJECT_SPEC: "0"
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
quality:
name: Quality
runs-on: ubuntu-24.04
permissions:
contents: read
timeout-minutes: 10
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 22
- name: Enable Corepack
run: |
corepack enable
corepack prepare pnpm@11.22.0+sha512.1ff870c4c6133dfd88fb2afc46dd13d47f09c9794b438c6fdb47ca98caf3bc16381ee0be93a091b8e3824cf01f889f46d7d9e20910fb0be1ab0fb5baa80dd621 --activate
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Quality checks
run: pnpm check
fallow:
name: Fallow
runs-on: ubuntu-24.04
permissions:
contents: read
timeout-minutes: 10
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 22
- name: Enable Corepack
run: |
corepack enable
corepack prepare pnpm@11.22.0+sha512.1ff870c4c6133dfd88fb2afc46dd13d47f09c9794b438c6fdb47ca98caf3bc16381ee0be93a091b8e3824cf01f889f46d7d9e20910fb0be1ab0fb5baa80dd621 --activate
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Fallow analysis
run: pnpm fallow --ci