Skip to content

build(deps-dev): bump tsd from 0.28.1 to 0.29.0 #2532

build(deps-dev): bump tsd from 0.28.1 to 0.29.0

build(deps-dev): bump tsd from 0.28.1 to 0.29.0 #2532

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
persist-credentials: false
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: lts/*
- run: npm install
- run: npm run lint