Skip to content

refactor(item): remove device metadata from snapshots #78

refactor(item): remove device metadata from snapshots

refactor(item): remove device metadata from snapshots #78

Workflow file for this run

name: tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Bun ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v2
- name: Install
run: bun install --frozen-lockfile
- name: Lint
run: bun check