Skip to content

Update dependency smol-toml to ^1.7.0 #448

Update dependency smol-toml to ^1.7.0

Update dependency smol-toml to ^1.7.0 #448

Workflow file for this run

name: Type Checking
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "24"
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck