Skip to content

Commit

Permalink
chore: setup pkg.pr.new
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 8, 2024
1 parent 598129a commit 9080a7c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,25 @@ permissions:
contents: read # to fetch code (actions/checkout)

jobs:
pkg-pr-new:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpx pkg-pr-new publish --comment=off ./packages/kit
lint-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
Expand Down

0 comments on commit 9080a7c

Please sign in to comment.