Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

fix lockfile missmatch #116

fix lockfile missmatch

fix lockfile missmatch #116

Workflow file for this run

name: tsc
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install -g yarn # this is necessary for act, also just a good failsafe
- run: yarn install
- run: yarn lint
- run: yarn tsc --noEmit