Skip to content

by-hash initial commit #74

by-hash initial commit

by-hash initial commit #74

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