Skip to content

build(deps-dev): bump tsd from 0.30.7 to 0.31.0 #19

build(deps-dev): bump tsd from 0.30.7 to 0.31.0

build(deps-dev): bump tsd from 0.30.7 to 0.31.0 #19

Workflow file for this run

name: Lint & Test
on:
workflow_call:
pull_request:
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run validate