Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

dprint config update --yes #690

dprint config update --yes

dprint config update --yes #690

Workflow file for this run

name: CI - TypeScript
on:
push:
branches: [main]
paths:
- '.github/workflows/ci-typescript.yml'
- '**/*.json'
- '!.vscode'
- '**/*.json5'
- 'test/**'
- '.tool-versions'
pull_request:
paths:
- '.github/workflows/ci-typescript.yml'
- '**/*.json'
- '!.vscode'
- '**/*.json5'
- 'test/**'
- '.tool-versions'
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: npm
- run: npm ci
- run: npx tsc
- run: make eslint-check
- run: npx ts-node-test test/*.ts