Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Add renovate.json (#45) #116

Add renovate.json (#45)

Add renovate.json (#45) #116

Workflow file for this run

name: Test
on: push
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@v1
- run: npm run tsc
- run: npm run test