Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Starting readme tweaks #15

Starting readme tweaks

Starting readme tweaks #15

Workflow file for this run

name: Publish Any Commit
on:
pull_request:
push:
branches:
- '**'
tags:
- '!**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup pnpm & install
uses: wyvox/action-setup-pnpm@v3
with:
node-version: 22
- name: Build
run: pnpm build
- run: pnpm dlx pkg-pr-new publish --bin