Skip to content

Update fast-xml-parser to the latest version #2

Update fast-xml-parser to the latest version

Update fast-xml-parser to the latest version #2

Workflow file for this run

name: Publish commit
on:
pull_request:
push:
branches:
- '**'
tags:
- '!**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --ignore-scripts --frozen-lockfile
- run: bun run build
working-directory: packages/knip
- run: bunx pkg-pr-new publish --compact ./packages/knip