Skip to content

Merge pull request #377 from yoshoku/dependabot/github_actions/action… #348

Merge pull request #377 from yoshoku/dependabot/github_actions/action…

Merge pull request #377 from yoshoku/dependabot/github_actions/action… #348

Workflow file for this run

name: tsd
on:
push:
branches:
- main
- develop
pull_request:
jobs:
tsd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup Node.js
uses: actions/setup-node@v7
with:
node-version: lts/*
- name: Install
run: npm install
- name: Check type definitions
run: npx tsd