Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/vitest-2.0.3 #34

Merge branch 'main' into dependabot/npm_and_yarn/vitest-2.0.3

Merge branch 'main' into dependabot/npm_and_yarn/vitest-2.0.3 #34

Workflow file for this run

name: Review
on: push
jobs:
review:
name: Review
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Review
run: pnpm review