Skip to content

chore(client): Update proto #14

chore(client): Update proto

chore(client): Update proto #14

Workflow file for this run

name: Check
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.5.0
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile --prefer-offline
- name: check
run: pnpm check