Skip to content

chore: add log file to gitignore (#50) #325

chore: add log file to gitignore (#50)

chore: add log file to gitignore (#50) #325

Workflow file for this run

name: pkg.pr.new
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
- name: Set node version to 20
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- name: Install deps
run: pnpm install
- run: pnpx pkg-pr-new publish