Skip to content

feat: add GC component #107

feat: add GC component

feat: add GC component #107

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 7.10.0
- name: Install
run: pnpm install
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build