Skip to content

chore: support installing from a Git repo #70

chore: support installing from a Git repo

chore: support installing from a Git repo #70

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
env:
VOLTA_FEATURE_PNPM: 1
steps:
- uses: actions/checkout@v3
- name: Setup Volta and Node.js
uses: volta-cli/action@v3
- run: pnpm install
- run: pnpm build
- run: pnpm lint
- run: pnpm test