Skip to content

Bump tsx from 4.8.0 to 4.16.2 #959

Bump tsx from 4.8.0 to 4.16.2

Bump tsx from 4.8.0 to 4.16.2 #959

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run lint
run: bun lint