Skip to content

Parse CAPI & DCR responses #350

Parse CAPI & DCR responses

Parse CAPI & DCR responses #350

Workflow file for this run

name: CI
on: pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2.4.0
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- name: Types
run: pnpm types
- name: Build
run: pnpm build
- name: Formatting
run: pnpm validate