Skip to content

add autofix.yml

add autofix.yml #1873

Workflow file for this run

name: pkg.pr.new
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
- run: corepack enable
- run: pnpm install
- run: pnpm build
- run: pnpm pkg-pr-new publish