Skip to content

chore: bump typescript from 5.3.2 to 5.3.3 #823

chore: bump typescript from 5.3.2 to 5.3.3

chore: bump typescript from 5.3.2 to 5.3.3 #823

Workflow file for this run

name: Run tests on PR
on:
pull_request:
branches:
- main
jobs:
lint:
name: Run linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun lint
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test