Skip to content

chore(deps): update dependency @biomejs/biome to v2.5.13 (#1496) #2817

chore(deps): update dependency @biomejs/biome to v2.5.13 (#1496)

chore(deps): update dependency @biomejs/biome to v2.5.13 (#1496) #2817

Workflow file for this run

name: Integration
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches: [ "main" ]
permissions: read-all
jobs:
test:
runs-on: ubuntu-24.04
name: Test
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm run -r test
env:
DEBUG: "testcontainers:*"
lint:
runs-on: ubuntu-24.04
name: Lint
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm run -r lint