Skip to content

fix: [].push stack overflow if image data too big (#6) #27

fix: [].push stack overflow if image data too big (#6)

fix: [].push stack overflow if image data too big (#6) #27

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint