Skip to content

fix: including the initial / when creating the zip causes the zip t… #5

fix: including the initial / when creating the zip causes the zip t…

fix: including the initial / when creating the zip causes the zip t… #5

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm check
- run: pnpm build