Skip to content

Bump tsx from 4.11.2 to 4.12.0 #920

Bump tsx from 4.11.2 to 4.12.0

Bump tsx from 4.11.2 to 4.12.0 #920

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: npm
- run: npm ci
- run: npm run build
- run: npm run -ws build
- run: npm run -ws lint
- run: npm run -ws test
- uses: codecov/codecov-action@v4
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@main
with:
files: "**/*.{md,ts}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: raviqqe/markdown-link-check@v1