Skip to content

refactor: use shallow copied engine to compute alternatives #53

refactor: use shallow copied engine to compute alternatives

refactor: use shallow copied engine to compute alternatives #53

Workflow file for this run

name: Build and test rules
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/setup-node@v3
with:
node-version: 22
cache: "yarn"
- id: install
name: Install dependencies
run: yarn install --frozen-lockfile
- id: test
name: Compile and test
run: yarn test
- id: compile
name: Compile
run: yarn compile
- name: Run pkg.pr.new
run: npx pkg-pr-new publish