Skip to content

test: adopt postman-collection #5

test: adopt postman-collection

test: adopt postman-collection #5

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
run: corepack enable
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: pnpm
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Run formatter & linter
run: pnpm check