Skip to content

feat(deps-dev): bump @seamapi/types from 1.258.1 to 1.262.1 in the seam group #523

feat(deps-dev): bump @seamapi/types from 1.258.1 to 1.262.1 in the seam group

feat(deps-dev): bump @seamapi/types from 1.258.1 to 1.262.1 in the seam group #523

Workflow file for this run

---
name: Check
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint
run: npm run lint
typecheck:
name: Typecheck
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Typecheck
run: npm run typecheck