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

Update dependency tsx to ^3.14.0 (#1268) #803

Update dependency tsx to ^3.14.0 (#1268)

Update dependency tsx to ^3.14.0 (#1268) #803

Workflow file for this run

name: CI - TypeScript
on:
push:
branches: [main]
paths:
- '.github/workflows/ci-typescript.yml'
- '**/*.json'
- '!.vscode'
- '**/*.json5'
- 'test/**'
- '.tool-versions'
- 'deno.jsonc'
pull_request:
paths:
- '.github/workflows/ci-typescript.yml'
- '**/*.json'
- '!.vscode'
- '**/*.json5'
- 'test/**'
- '.tool-versions'
- 'deno.jsonc'
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: npm
- run: npm ci
- run: npx tsc
- run: npm test
lint:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: '1.37.1' # selfup { "regex": "\\d[^']+", "script": "deno --version | head -n 1 | cut -d ' ' -f 2" }
- run: deno lint