Skip to content

Commit

Permalink
Add CR
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jan 10, 2025
1 parent f8277a5 commit b15f9fa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Continuous Releases

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20

- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Compile
run: pnpm compile

- name: Release
run: pnpm dlx pkg-pr-new publish

0 comments on commit b15f9fa

Please sign in to comment.