Skip to content

feat: add pChain

feat: add pChain #1

Workflow file for this run

name: CI
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Continuous integration
uses: ./.github/cache
- run: pnpm run lint && pnpm run build