Skip to content

(hotfix): make the tarball handling async #12

(hotfix): make the tarball handling async

(hotfix): make the tarball handling async #12

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: 20 }
- run: npm ci
- run: npm run lint || true
- run: npm test