diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67977cc..2375fc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,9 @@ jobs: with: run_install: true + - name: Setup Bun + uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 + - name: Lint run: pnpm lint diff --git a/README.md b/README.md index 0c155ea..e1f5f97 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ git-publish | Flag | Description | | ----------------------- | ------------------------------------------------------------- | -| `-b, --branch ` | Target branch name. Defaults to `npm/` | +| `-b, --branch