Skip to content

refactor(debian): extract content-addressable storage logic to separa… #82

refactor(debian): extract content-addressable storage logic to separa…

refactor(debian): extract content-addressable storage logic to separa… #82

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