Skip to content

Refactor Iap.java: Use WeakReference for Context and Activity to prevent memory leaks #53

Refactor Iap.java: Use WeakReference for Context and Activity to prevent memory leaks

Refactor Iap.java: Use WeakReference for Context and Activity to prevent memory leaks #53

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
spell-check:
name: Check spelling
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install cspell
run: npm install -g cspell
- name: Run spell check
run: cspell
quality:
name: Linting and formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .