Skip to content

Fix empty mango-app-icon-40.png (was committed as 0 bytes — broke iOS… #20

Fix empty mango-app-icon-40.png (was committed as 0 bytes — broke iOS…

Fix empty mango-app-icon-40.png (was committed as 0 bytes — broke iOS… #20

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --no-save
env:
BUN_CONFIG_IGNORE_SCRIPTS: true
- name: Run tests
run: bun test