Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

new: Install proto also. #24

new: Install proto also.

new: Install proto also. #24

Workflow file for this run

name: 'Pipeline'
on:
push:
branches:
- 'master'
pull_request:
jobs:
ci:
name: 'CI'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run check