Skip to content

build(deps-dev): bump the infra group with 6 updates #1941

build(deps-dev): bump the infra group with 6 updates

build(deps-dev): bump the infra group with 6 updates #1941

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
name: Lint, check types and test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
run_install: |
- recursive: false
args: [--frozen-lockfile]
- name: Lint
run: pnpm lint
- name: Check types
run: pnpm check-types
- name: Test
run: pnpm test